ReactOS 0.4.16-dev-319-g6cf4263
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Variables | |
PDLL_LIST_ENTRY | pDllListHead = NULL |
PDLL_LIST_ENTRY | pDllListTail = NULL |
PHELPER_ENTRY | pHelperListHead = NULL |
PHELPER_ENTRY | pHelperListTail = NULL |
PDLL_LIST_ENTRY | pCurrentDll = NULL |
DWORD WINAPI AddHelperCommand | ( | LPCWSTR | pwszMachine, |
LPWSTR * | ppwcArguments, | ||
DWORD | dwCurrentIndex, | ||
DWORD | dwArgCount, | ||
DWORD | dwFlags, | ||
LPCVOID | pvData, | ||
BOOL * | pbDone | ||
) |
Definition at line 425 of file helper.c.
Referenced by CreateRootContext().
DWORD WINAPI DeleteHelperCommand | ( | LPCWSTR | pwszMachine, |
LPWSTR * | ppwcArguments, | ||
DWORD | dwCurrentIndex, | ||
DWORD | dwArgCount, | ||
DWORD | dwFlags, | ||
LPCVOID | pvData, | ||
BOOL * | pbDone | ||
) |
Definition at line 457 of file helper.c.
Referenced by CreateRootContext().
PHELPER_ENTRY FindHelper | ( | _In_ const GUID * | pguidHelper | ) |
Definition at line 338 of file helper.c.
Referenced by PrintSubContext(), and RegisterHelper().
|
static |
Definition at line 88 of file helper.c.
Referenced by DeleteHelperCommand(), LoadHelperDll(), and UnloadHelpers().
Definition at line 109 of file helper.c.
Referenced by AddHelperCommand(), and LoadHelpers().
Definition at line 241 of file helper.c.
Referenced by wmain().
|
static |
Definition at line 522 of file helper.c.
Referenced by PrintSubContext(), and ShowHelperCommand().
DWORD WINAPI RegisterHelper | ( | _In_ const GUID * | pguidParentHelper, |
_In_ const NS_HELPER_ATTRIBUTES * | pHelperAttributes | ||
) |
Definition at line 358 of file helper.c.
|
static |
Definition at line 54 of file helper.c.
Referenced by LoadHelperDll().
DWORD WINAPI ShowHelperCommand | ( | LPCWSTR | pwszMachine, |
LPWSTR * | ppwcArguments, | ||
DWORD | dwCurrentIndex, | ||
DWORD | dwArgCount, | ||
DWORD | dwFlags, | ||
LPCVOID | pvData, | ||
BOOL * | pbDone | ||
) |
Definition at line 573 of file helper.c.
Referenced by CreateRootContext().
Definition at line 29 of file helper.c.
Referenced by AddHelperCommand(), and LoadHelpers().
PDLL_LIST_ENTRY pCurrentDll = NULL |
Definition at line 23 of file helper.c.
Referenced by LoadHelperDll(), and RegisterHelper().
PDLL_LIST_ENTRY pDllListHead = NULL |
Definition at line 17 of file helper.c.
Referenced by DeleteHelperCommand(), LoadHelperDll(), and UnloadHelpers().
PDLL_LIST_ENTRY pDllListTail = NULL |
Definition at line 18 of file helper.c.
Referenced by DeleteHelperCommand(), LoadHelperDll(), and UnloadHelpers().
PHELPER_ENTRY pHelperListHead = NULL |
Definition at line 20 of file helper.c.
Referenced by FindHelper(), RegisterHelper(), and StartHelpers().
PHELPER_ENTRY pHelperListTail = NULL |
Definition at line 21 of file helper.c.
Referenced by RegisterHelper().