windows-nt/Source/XPSP1/NT/shell/osshell/grptoreg/security.h

25 lines
563 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
/****************************** 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
);