Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

52 lines
652 B

/*++
Copyright (c) 1997 Microsoft Corporation
Module Name:
secure.h
Abstract:
Security related routines
Author:
Colin Brace (ColinBr)
Environment:
User Mode
Revision History:
--*/
#ifndef __SECURE_H__
#define __SECURE_H__
BOOLEAN
DsRolepCreateInterfaceSDs(
VOID
);
DWORD
DsRolepCheckPromoteAccess(
BOOLEAN PerformAudit
);
DWORD
DsRolepCheckDemoteAccess(
BOOLEAN PerformAudit
);
DWORD
DsRolepGetImpersonationToken(
OUT HANDLE *ImpersonationToken
);
DWORD
DsRolepCheckCallDsRoleInterfaceAccess(
VOID
);
#endif // __SECURE_H__