ReactOS 0.4.15-dev-8636-g945e856
|
#include <ws2_32.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define NDEBUG |
Definition at line 14 of file enumprot.c.
Definition at line 21 of file enumprot.c.
Referenced by ProtocolEnumerationProc().
Definition at line 137 of file enumprot.c.
Referenced by WSCEnumProtocols().
BOOL WSAAPI ProtocolEnumerationProc | ( | PVOID | EnumContext, |
PTCATALOG_ENTRY | Entry | ||
) |
Definition at line 84 of file enumprot.c.
Referenced by WSCEnumProtocols().
VOID WSAAPI ProtocolInfoFromContext | ( | IN LPWSAPROTOCOL_INFOW | ProtocolInfo, |
IN PPROTOCOL_ENUM_CONTEXT | Context | ||
) |
Definition at line 64 of file enumprot.c.
Referenced by ProtocolEnumerationProc().
BOOL WSAAPI ProviderEnumerationProc | ( | PVOID | EnumContext, |
PNSCATALOG_ENTRY | Entry | ||
) |
Definition at line 104 of file enumprot.c.
Referenced by WSCGetProviderPath().
INT WSPAPI WPUGetProviderPath | ( | IN LPGUID | lpProviderId, |
OUT LPWSTR | lpszProviderDllPath, | ||
IN OUT LPINT | lpProviderDllPathLen, | ||
OUT LPINT | lpErrno | ||
) |
Definition at line 297 of file enumprot.c.
Referenced by WsTpInitialize().
INT WSAAPI WSAEnumProtocolsA | ( | IN LPINT | lpiProtocols, |
OUT LPWSAPROTOCOL_INFOA | lpProtocolBuffer, | ||
IN OUT LPDWORD | lpdwBufferLength | ||
) |
Definition at line 229 of file enumprot.c.
Referenced by test_WSAEnumProtocolsA().
INT WSAAPI WSAEnumProtocolsW | ( | IN LPINT | lpiProtocols, |
OUT LPWSAPROTOCOL_INFOW | lpProtocolBuffer, | ||
IN OUT LPDWORD | lpdwBufferLength | ||
) |
Definition at line 276 of file enumprot.c.
Referenced by test_WSAEnumProtocolsW().
INT WSAAPI WSAProviderConfigChange | ( | IN OUT LPHANDLE | lpNotificationHandle, |
IN LPWSAOVERLAPPED | lpOverlapped, | ||
IN LPWSAOVERLAPPED_COMPLETION_ROUTINE | lpCompletionRoutine | ||
) |
Definition at line 310 of file enumprot.c.
INT WSPAPI WSCEnumProtocols | ( | IN LPINT | lpiProtocols, |
OUT LPWSAPROTOCOL_INFOW | lpProtocolBuffer, | ||
IN OUT LPDWORD | lpdwBufferLength, | ||
OUT LPINT | lpErrno | ||
) |
Definition at line 165 of file enumprot.c.
Referenced by WSAEnumProtocolsA(), and WSAEnumProtocolsW().
INT WSPAPI WSCGetProviderPath | ( | IN LPGUID | lpProviderId, |
OUT LPWSTR | lpszProviderDllPath, | ||
IN OUT LPINT | lpProviderDllPathLen, | ||
OUT LPINT | lpErrno | ||
) |
Definition at line 325 of file enumprot.c.
Referenced by WPUGetProviderPath().