|
ReactOS 0.4.16-dev-1946-g52006dd
|

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 461 of file helper.c.
Referenced by CreateRootContext().
Definition at line 245 of file helper.c.
Referenced by wmain().
| DWORD WINAPI DeleteHelperCommand | ( | LPCWSTR | pwszMachine, |
| LPWSTR * | ppwcArguments, | ||
| DWORD | dwCurrentIndex, | ||
| DWORD | dwArgCount, | ||
| DWORD | dwFlags, | ||
| LPCVOID | pvData, | ||
| BOOL * | pbDone | ||
| ) |
Definition at line 493 of file helper.c.
Referenced by CreateRootContext().
| PHELPER_ENTRY FindHelper | ( | _In_ const GUID * | pguidHelper, |
| _In_ PHELPER_ENTRY | pHelper | ||
| ) |
Definition at line 360 of file helper.c.
Referenced by FindHelper(), RegisterContext(), and RegisterHelper().
|
static |
Definition at line 95 of file helper.c.
Referenced by DeleteHelperCommand(), LoadHelperDll(), and UnloadHelpers().
Definition at line 116 of file helper.c.
Referenced by AddHelperCommand(), and LoadHelpers().
Definition at line 263 of file helper.c.
Referenced by wmain().
|
static |
Definition at line 558 of file helper.c.
Referenced by PrintHelpers(), and ShowHelperCommand().
| DWORD WINAPI RegisterHelper | ( | _In_ const GUID * | pguidParentHelper, |
| _In_ const NS_HELPER_ATTRIBUTES * | pHelperAttributes | ||
| ) |
Definition at line 385 of file helper.c.
Referenced by RegisterInterfaceHelper(), RegisterIpHelper(), and RegisterWinsockHelper().
|
static |
Definition at line 61 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 614 of file helper.c.
Referenced by CreateRootContext().
|
static |
Definition at line 29 of file helper.c.
Referenced by AddHelperCommand(), LoadHelpers(), and StartHelpers().
| 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 AddHelperCommand(), CreateRootHelper(), LoadHelpers(), PrintHelpers(), RegisterContext(), RegisterHelper(), and ShowHelperCommand().
| PHELPER_ENTRY pHelperListTail = NULL |
Definition at line 21 of file helper.c.
Referenced by CreateRootHelper(), and RegisterHelper().