Windows2000/private/windows/shell/progman/security.h
2020-09-30 17:12:32 +02:00

27 lines
577 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 bWriteAccess
);
BOOL InitializeSecurityAttributes(
PSECURITY_ATTRIBUTES pSecurityAttributes,
BOOL bWriteAccess
);
BOOL TestUserForAdmin();