ReactOS
0.4.15-dev-4616-g17e0e44
|
Go to the source code of this file.
Functions | |
DWORD WINAPI | DwInitializeSdFromThreadToken (_Out_ PVOID *ppSecurityDescriptor, _Out_ PACL *ppAcl) |
BOOL WINAPI | InitializeSecurity (_In_ DWORD dwParam, _In_ DWORD dwAuthnLevel, _In_ DWORD dwImpLevel, _In_ DWORD dwCapabilities) |
Variables | |
SID | NtSid = { SID_REVISION, 1, { SECURITY_NT_AUTHORITY }, { SECURITY_LOCAL_SYSTEM_RID } } |
DWORD WINAPI DwInitializeSdFromThreadToken | ( | _Out_ PVOID * | ppSecurityDescriptor, |
_Out_ PACL * | ppAcl | ||
) |
Definition at line 27 of file security.cxx.
Referenced by InitializeSecurity().
BOOL WINAPI InitializeSecurity | ( | _In_ DWORD | dwParam, |
_In_ DWORD | dwAuthnLevel, | ||
_In_ DWORD | dwImpLevel, | ||
_In_ DWORD | dwCapabilities | ||
) |
Definition at line 161 of file security.cxx.
Referenced by CallPerInstanceInitFunctions().
SID NtSid = { SID_REVISION, 1, { SECURITY_NT_AUTHORITY }, { SECURITY_LOCAL_SYSTEM_RID } } |
Definition at line 21 of file security.cxx.
Referenced by DwInitializeSdFromThreadToken().