ReactOS 0.4.16-dev-91-g764881a
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
BOOL | RunScript (_In_ LPCWSTR filename) |
int | wmain (_In_ int argc, _In_ const LPWSTR argv[]) |
DWORD WINAPI | MatchEnumTag (_In_ HANDLE hModule, _In_ LPCWSTR pwcArg, _In_ DWORD dwNumArg, _In_ const TOKEN_VALUE *pEnumTable, _Out_ PDWORD pdwValue) |
BOOL WINAPI | MatchToken (_In_ LPCWSTR pwszUserToken, _In_ LPCWSTR pwszCmdToken) |
DWORD CDECL | PrintError (_In_opt_ HANDLE hModule, _In_ DWORD dwErrId,...) |
DWORD CDECL | PrintMessageFromModule (_In_ HANDLE hModule, _In_ DWORD dwMsgId,...) |
DWORD CDECL | PrintMessage (_In_ LPCWSTR pwszFormat,...) |
DWORD WINAPI MatchEnumTag | ( | _In_ HANDLE | hModule, |
_In_ LPCWSTR | pwcArg, | ||
_In_ DWORD | dwNumArg, | ||
_In_ const TOKEN_VALUE * | pEnumTable, | ||
_Out_ PDWORD | pdwValue | ||
) |
Definition at line 18 of file netsh.c.
Referenced by wmain().
Definition at line 53 of file netsh.c.