ReactOS
0.4.15-dev-5606-gf34e425
|
Go to the source code of this file.
Classes | |
struct | _DYN_FUNCS |
struct | _DYN_MODULE |
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 |
Functions | |
BOOL | CopyDirectory (LPCWSTR lpDestinationPath, LPCWSTR lpSourcePath) |
BOOL | CreateDirectoryPath (LPCWSTR lpPathName, LPSECURITY_ATTRIBUTES lpSecurityAttributes) |
BOOL | RemoveDirectoryPath (LPCWSTR lpPathName) |
BOOL | LoadDynamicImports (PDYN_MODULE Module, PDYN_FUNCS DynFuncs) |
VOID | UnloadDynamicImports (PDYN_FUNCS DynFuncs) |
LPWSTR | AppendBackslash (LPWSTR String) |
PSECURITY_DESCRIPTOR | CreateDefaultSecurityDescriptor (VOID) |
BOOL | AppendSystemPostfix (LPWSTR lpName, DWORD dwMaxLength) |
BOOL | CreateUserHive (LPCWSTR lpKeyName, LPCWSTR lpProfilePath) |
BOOL | UpdateUsersShellFolderSettings (LPCWSTR lpUserProfilePath, HKEY hUserKey) |
BOOL | GetUserSidStringFromToken (HANDLE hToken, PUNICODE_STRING SidString) |
VOID | InitializeGPNotifications (VOID) |
VOID | UninitializeGPNotifications (VOID) |
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 |
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 279 of file registry.c.
Referenced by CreateUserProfileExW().
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 223 of file misc.c.
Referenced by AddDesktopItemW(), and AddItemW().
Definition at line 71 of file gpolicy.c.
Referenced by DllMain().
VOID UnloadDynamicImports | ( | PDYN_FUNCS | DynFuncs | ) |
Definition at line 434 of file setup.c.
Referenced by CreateUserHive().
DYN_MODULE DynOle32 |
Definition at line 204 of file misc.c.
Referenced by AddDesktopItemW(), and AddItemW().
SID_IDENTIFIER_AUTHORITY LocalSystemAuthority |
Definition at line 34 of file misc.c.
Referenced by CheckForGuestsAndAdmins(), and CreateDefaultSecurityDescriptor().
SID_IDENTIFIER_AUTHORITY WorldAuthority |
Definition at line 35 of file misc.c.
Referenced by CreateDefaultSecurityDescriptor().