windows-nt/Source/XPSP1/NT/shell/osshell/grptoreg/security.h
2020-09-26 16:20:57 +08:00

25 lines
563 B
C

/****************************** Module Header ******************************\
* Module Name: security.h
*
* Copyright (c) 1991, Microsoft Corporation
*
* Define various winlogon security-related routines
*
* History:
* 12-09-91 Davidc Created.
\***************************************************************************/
BOOL
SetWorldSecurity(
PSID UserSid,
PSECURITY_DESCRIPTOR *pSecDesc,
BOOL bCommonGroupAccess
);
BOOL InitializeSecurityAttributes(
PSECURITY_ATTRIBUTES pSecurityAttributes,
BOOL bCommonGroupAccess
);