ReactOS 0.4.16-dev-321-g63bb46a
|
#include <ws2_32.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
PTPROVIDER WSAAPI | WsTpAllocate (VOID) |
DWORD WSAAPI | WsTpInitialize (IN PTPROVIDER Provider, IN LPSTR DllName, IN LPWSAPROTOCOL_INFOW ProtocolInfo) |
DWORD WSAAPI | WsTpWSPCleanup (IN PTPROVIDER Provider, IN LPINT lpErrNo) |
VOID WSAAPI | WsTpDelete (IN PTPROVIDER Provider) |
VOID WSAAPI | WsTpDereference (IN PTPROVIDER Provider) |
#define NDEBUG |
Definition at line 13 of file dprovide.c.
PTPROVIDER WSAAPI WsTpAllocate | ( | VOID | ) |
Definition at line 20 of file dprovide.c.
Referenced by WsTcLoadProvider().
VOID WSAAPI WsTpDelete | ( | IN PTPROVIDER | Provider | ) |
Definition at line 122 of file dprovide.c.
Referenced by WsTpDereference().
VOID WSAAPI WsTpDereference | ( | IN PTPROVIDER | Provider | ) |
Definition at line 143 of file dprovide.c.
Referenced by WsTcEntryDelete(), and WsTcLoadProvider().
DWORD WSAAPI WsTpInitialize | ( | IN PTPROVIDER | Provider, |
IN LPSTR | DllName, | ||
IN LPWSAPROTOCOL_INFOW | ProtocolInfo | ||
) |
Definition at line 38 of file dprovide.c.
Definition at line 100 of file dprovide.c.
Referenced by WsTpDelete().