ReactOS 0.4.16-dev-1481-ga753f34
|
Go to the source code of this file.
Classes | |
struct | _DYN_FUNCS |
struct | _DYN_MODULE |
struct | _POLICY_VALUES |
Typedefs | |
typedef struct _DYN_FUNCS | DYN_FUNCS |
typedef struct _DYN_FUNCS * | PDYN_FUNCS |
typedef struct _DYN_MODULE | DYN_MODULE |
typedef struct _DYN_MODULE * | PDYN_MODULE |
typedef struct _POLICY_VALUES | POLICY_VALUES |
typedef struct _POLICY_VALUES * | PPOLICY_VALUES |
Variables | |
SID_IDENTIFIER_AUTHORITY | LocalSystemAuthority |
SID_IDENTIFIER_AUTHORITY | WorldAuthority |
DYN_MODULE | DynOle32 |
HINSTANCE | hInstance |
typedef struct _DYN_FUNCS DYN_FUNCS |
typedef struct _DYN_MODULE DYN_MODULE |
typedef struct _DYN_FUNCS * PDYN_FUNCS |
typedef struct _DYN_MODULE * PDYN_MODULE |
typedef struct _POLICY_VALUES POLICY_VALUES |
typedef struct _POLICY_VALUES * PPOLICY_VALUES |
Definition at line 41 of file misc.c.
Referenced by CopyDirectory().
Definition at line 20 of file profile.c.
Referenced by CreateStandardProfile().
Definition at line 82 of file directory.c.
Referenced by CopyDirectory(), CopyProfileDirectoryW(), CopySystemProfile(), and CreateUserProfileExW().
PSECURITY_DESCRIPTOR CreateDefaultSecurityDescriptor | ( | VOID | ) |
Definition at line 57 of file misc.c.
Referenced by EnterCriticalPolicySection(), and RegisterGPNotification().
BOOL CreateDirectoryPath | ( | LPCWSTR | lpPathName, |
LPSECURITY_ATTRIBUTES | lpSecurityAttributes | ||
) |
Definition at line 176 of file directory.c.
Referenced by AddDesktopItemW(), and CreateGroupW().
Definition at line 57 of file registry.c.
Referenced by CreateUserProfileExW().
LONG GetPolicyValue | ( | _In_ HKEY | hRootKey, |
_In_ PCWSTR | ValueName, | ||
_In_ DWORD | Type, | ||
_Out_opt_ PVOID | pData, | ||
_Inout_opt_ PDWORD | pcbData | ||
) |
Definition at line 261 of file misc.c.
Referenced by ReportErrorWorker().
LONG GetPolicyValues | ( | _In_ HKEY | hRootKey, |
_Inout_ PPOLICY_VALUES | QueryTable | ||
) |
Definition at line 204 of file misc.c.
Referenced by GetPolicyValue().
BOOL GetUserSidStringFromToken | ( | HANDLE | hToken, |
PUNICODE_STRING | SidString | ||
) |
Definition at line 102 of file sid.c.
Referenced by CheckForLoadedProfile(), CopySystemProfile(), GetCurrentUserKey(), GetProfileType(), GetUserProfileDirectoryW(), LoadUserProfileW(), and UnloadUserProfile().
Definition at line 65 of file gpolicy.c.
Referenced by DllMain().
BOOL LoadDynamicImports | ( | PDYN_MODULE | Module, |
PDYN_FUNCS | DynFuncs | ||
) |
Definition at line 515 of file misc.c.
Referenced by AddDesktopItemW(), and AddItemW().
Definition at line 324 of file directory.c.
Referenced by DeleteGroupW(), and DeleteProfileW().
Definition at line 481 of file misc.c.
Referenced by LoadUserProfileW().
Definition at line 469 of file misc.c.
Referenced by ReportError().
Definition at line 446 of file misc.c.
Referenced by ReportErrorV().
Definition at line 71 of file gpolicy.c.
Referenced by DllMain().
VOID UnloadDynamicImports | ( | PDYN_FUNCS | DynFuncs | ) |
Definition at line 550 of file misc.c.
Referenced by AddDesktopItemW(), and AddItemW().
Definition at line 434 of file setup.c.
Referenced by CreateUserHive().
|
extern |
Definition at line 497 of file misc.c.
Referenced by AddDesktopItemW(), and AddItemW().
|
extern |
Definition at line 35 of file misc.c.
Referenced by CheckForGuestsAndAdmins(), and CreateDefaultSecurityDescriptor().
|
extern |
Definition at line 36 of file misc.c.
Referenced by CreateDefaultSecurityDescriptor().