ReactOS 0.4.16-dev-820-g96aa1ee
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
static VOID | GetContextFullName (_In_ PCONTEXT_ENTRY pContext, _Inout_ LPWSTR pszBuffer, _In_ DWORD cchLength) |
static VOID | HelpContext (PCONTEXT_ENTRY pContext) |
VOID | HelpGroup (PCOMMAND_GROUP pGroup) |
DWORD WINAPI | HelpCommand (LPCWSTR pwszMachine, LPWSTR *ppwcArguments, DWORD dwCurrentIndex, DWORD dwArgCount, DWORD dwFlags, LPCVOID pvData, BOOL *pbDone) |
|
static |
Definition at line 19 of file help.c.
Referenced by GetContextFullName(), and HelpContext().
DWORD WINAPI HelpCommand | ( | LPCWSTR | pwszMachine, |
LPWSTR * | ppwcArguments, | ||
DWORD | dwCurrentIndex, | ||
DWORD | dwArgCount, | ||
DWORD | dwFlags, | ||
LPCVOID | pvData, | ||
BOOL * | pbDone | ||
) |
Definition at line 116 of file help.c.
Referenced by CreateRootContext(), help_main(), InterpretCmd(), and main().
|
static |
Definition at line 39 of file help.c.
Referenced by HelpCommand(), HelpContext(), MSFT_DoFuncs(), and MSFT_DoVars().
VOID HelpGroup | ( | PCOMMAND_GROUP | pGroup | ) |
Definition at line 93 of file help.c.
Referenced by InterpretCommand().