|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "precomp.h"#include <guiddef.h>#include <debug.h>#include "guid.h"#include "resource.h"
Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| static DWORD WINAPI | ResetCommand (LPCWSTR pwszMachine, LPWSTR *argv, DWORD dwCurrentIndex, DWORD dwArgCount, DWORD dwFlags, LPCVOID pvData, BOOL *pbDone) |
| static DWORD WINAPI | ShowCatalogCommand (LPCWSTR pwszMachine, LPWSTR *argv, DWORD dwCurrentIndex, DWORD dwArgCount, DWORD dwFlags, LPCVOID pvData, BOOL *pbDone) |
| static DWORD WINAPI | WinsockStart (_In_ const GUID *pguidParent, _In_ DWORD dwVersion) |
| DWORD WINAPI | RegisterWinsockHelper (VOID) |
Variables | |
| static FN_HANDLE_CMD | ResetCommand |
| static FN_HANDLE_CMD | ShowCatalogCommand |
| static CMD_ENTRY | g_TestCmdTable [] |
| static CMD_ENTRY | g_WinsockShowCmdTable [] |
| static CMD_GROUP_ENTRY | g_WinsockGroupCmds [] |
Definition at line 104 of file winsock.c.
Referenced by InitHelperDll().
|
static |
|
static |
Definition at line 77 of file winsock.c.
Referenced by RegisterWinsockHelper().
|
static |
|
static |
Definition at line 34 of file winsock.c.
Referenced by WinsockStart().
|
static |