ReactOS 0.4.16-dev-1520-gb558596
|
Go to the source code of this file.
Classes | |
struct | _TIMERDLG_BUTTON |
struct | _TIMERDLG_INFO |
struct | _ERRORDLG_PARAMS |
Macros | |
#define | NDEBUG |
#define | IDT_DLGTIMER 1 |
Typedefs | |
typedef struct _TIMERDLG_BUTTON | TIMERDLG_BUTTON |
typedef struct _TIMERDLG_BUTTON * | PTIMERDLG_BUTTON |
typedef struct _TIMERDLG_INFO | TIMERDLG_INFO |
typedef struct _TIMERDLG_INFO * | PTIMERDLG_INFO |
typedef struct _ERRORDLG_PARAMS | ERRORDLG_PARAMS |
typedef struct _ERRORDLG_PARAMS * | PERRORDLG_PARAMS |
Functions | |
LPWSTR | AppendBackslash (LPWSTR String) |
PSECURITY_DESCRIPTOR | CreateDefaultSecurityDescriptor (VOID) |
LONG | GetPolicyValues (_In_ HKEY hRootKey, _Inout_ PPOLICY_VALUES QueryTable) |
LONG | GetPolicyValue (_In_ HKEY hRootKey, _In_ PCWSTR ValueName, _In_ DWORD Type, _Out_opt_ PVOID pData, _Inout_opt_ PDWORD pcbData) |
static INT_PTR CALLBACK | TimerDlgProc (_Inout_ PTIMERDLG_INFO Info, _In_ HWND hDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam) |
static INT_PTR CALLBACK | ErrorDlgProc (_In_ HWND hDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam) |
VOID | ErrorDialogEx (_In_ ULONG ulTimeout, _In_ PCWSTR pszString) |
VOID | ReportErrorWorker (_In_ DWORD dwFlags, _In_ PCWSTR pszStr) |
VOID | ReportErrorV (_In_ DWORD dwFlags, _In_ PCWSTR pszStr, _In_ va_list args) |
VOID __cdecl | ReportError (_In_ DWORD dwFlags, _In_ PCWSTR pszStr,...) |
BOOL | LoadDynamicImports (PDYN_MODULE Module, PDYN_FUNCS DynFuncs) |
VOID | UnloadDynamicImports (PDYN_FUNCS DynFuncs) |
typedef struct _ERRORDLG_PARAMS ERRORDLG_PARAMS |
typedef struct _ERRORDLG_PARAMS * PERRORDLG_PARAMS |
typedef struct _TIMERDLG_BUTTON * PTIMERDLG_BUTTON |
typedef struct _TIMERDLG_INFO * PTIMERDLG_INFO |
typedef struct _TIMERDLG_BUTTON TIMERDLG_BUTTON |
typedef struct _TIMERDLG_INFO TIMERDLG_INFO |
Definition at line 41 of file misc.c.
Referenced by CopyDirectory().
PSECURITY_DESCRIPTOR CreateDefaultSecurityDescriptor | ( | VOID | ) |
Definition at line 57 of file misc.c.
Referenced by EnterCriticalPolicySection(), and RegisterGPNotification().
Definition at line 436 of file misc.c.
Referenced by ReportErrorWorker().
|
static |
Definition at line 409 of file misc.c.
Referenced by ErrorDialogEx().
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 LoadDynamicImports | ( | PDYN_MODULE | Module, |
PDYN_FUNCS | DynFuncs | ||
) |
Definition at line 515 of file misc.c.
Referenced by AddDesktopItemW(), and AddItemW().
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().
|
static |
Definition at line 300 of file misc.c.
Referenced by ErrorDlgProc().
VOID UnloadDynamicImports | ( | PDYN_FUNCS | DynFuncs | ) |
Definition at line 550 of file misc.c.
Referenced by AddDesktopItemW(), and AddItemW().
DYN_MODULE DynOle32 |
Definition at line 497 of file misc.c.
Referenced by AddDesktopItemW(), and AddItemW().
|
static |
Definition at line 400 of file misc.c.
Referenced by ErrorDlgProc().
SID_IDENTIFIER_AUTHORITY LocalSystemAuthority = {SECURITY_NT_AUTHORITY} |
Definition at line 35 of file misc.c.
Referenced by CheckForGuestsAndAdmins(), and CreateDefaultSecurityDescriptor().
SID_IDENTIFIER_AUTHORITY WorldAuthority = {SECURITY_WORLD_SID_AUTHORITY} |
Definition at line 36 of file misc.c.
Referenced by CreateDefaultSecurityDescriptor().