summaryrefslogtreecommitdiffstats
path: root/private/unimodem/new/slot/sec.h
blob: 9ec615f7eeef60442f487728d264d360e5d6ed06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//****************************************************************************
//
//  Module:     UNIMDM
//  File:       SEC.H
//
//  Copyright (c) 1992-1996, Microsoft Corporation, all rights reserved
//
//  Revision History
//
//
//  3/27/96     JosephJ             Created
//
//
//  Description: Security-related helper functions
//
//****************************************************************************
PSECURITY_DESCRIPTOR AllocateSecurityDescriptor (
	PSID_IDENTIFIER_AUTHORITY pSIA,
	DWORD dwRID,
	DWORD dwRights,
	PSID pSidOwner,
	PSID pSidGroup
	);
void FreeSecurityDescriptor(PSECURITY_DESCRIPTOR pSD);