ReactOS 0.4.16-dev-751-g45ed1a9
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
LPWSTR | AppendBackslash (LPWSTR String) |
PSECURITY_DESCRIPTOR | CreateDefaultSecurityDescriptor (VOID) |
BOOL | LoadDynamicImports (PDYN_MODULE Module, PDYN_FUNCS DynFuncs) |
VOID | UnloadDynamicImports (PDYN_FUNCS DynFuncs) |
Variables | |
SID_IDENTIFIER_AUTHORITY | LocalSystemAuthority = {SECURITY_NT_AUTHORITY} |
SID_IDENTIFIER_AUTHORITY | WorldAuthority = {SECURITY_WORLD_SID_AUTHORITY} |
DYN_MODULE | DynOle32 |
Definition at line 40 of file misc.c.
Referenced by CopyDirectory().
PSECURITY_DESCRIPTOR CreateDefaultSecurityDescriptor | ( | VOID | ) |
Definition at line 57 of file misc.c.
Referenced by EnterCriticalPolicySection(), and RegisterGPNotification().
BOOL LoadDynamicImports | ( | PDYN_MODULE | Module, |
PDYN_FUNCS | DynFuncs | ||
) |
Definition at line 223 of file misc.c.
Referenced by AddDesktopItemW(), and AddItemW().
VOID UnloadDynamicImports | ( | PDYN_FUNCS | DynFuncs | ) |
Definition at line 259 of file misc.c.
Referenced by AddDesktopItemW(), and AddItemW().
DYN_MODULE DynOle32 |
Definition at line 204 of file misc.c.
Referenced by AddDesktopItemW(), and AddItemW().
SID_IDENTIFIER_AUTHORITY LocalSystemAuthority = {SECURITY_NT_AUTHORITY} |
Definition at line 34 of file misc.c.
Referenced by CheckForGuestsAndAdmins(), and CreateDefaultSecurityDescriptor().
SID_IDENTIFIER_AUTHORITY WorldAuthority = {SECURITY_WORLD_SID_AUTHORITY} |
Definition at line 35 of file misc.c.
Referenced by CreateDefaultSecurityDescriptor().