ReactOS 0.4.15-dev-7924-g5949c20
spinstal.c File Reference
#include <ws2_32.h>
#include <debug.h>
Include dependency graph for spinstal.c:

Go to the source code of this file.

Macros

#define NDEBUG
 

Functions

INT WSPAPI WSCInstallProvider (IN LPGUID lpProviderId, IN CONST WCHAR *lpszProviderDllPath, IN CONST LPWSAPROTOCOL_INFOW lpProtocolInfoList, IN DWORD dwNumberOfEntries, OUT LPINT lpErrno)
 
INT WSPAPI WSCDeinstallProvider (IN LPGUID lpProviderId, OUT LPINT lpErrno)
 
INT WSPAPI WSCWriteProviderOrder (IN LPDWORD lpwdCatalogEntryId, IN DWORD dwNumberOfEntries)
 

Macro Definition Documentation

◆ NDEBUG

#define NDEBUG

Definition at line 13 of file spinstal.c.

Function Documentation

◆ WSCDeinstallProvider()

INT WSPAPI WSCDeinstallProvider ( IN LPGUID  lpProviderId,
OUT LPINT  lpErrno 
)

Definition at line 39 of file spinstal.c.

41{
44 return SOCKET_ERROR;
45}
#define UNIMPLEMENTED
Definition: debug.h:115
#define SetLastError(x)
Definition: compat.h:752
#define WSAEINVAL
Definition: winerror.h:1946
#define SOCKET_ERROR
Definition: winsock.h:333

◆ WSCInstallProvider()

INT WSPAPI WSCInstallProvider ( IN LPGUID  lpProviderId,
IN CONST WCHAR lpszProviderDllPath,
IN CONST LPWSAPROTOCOL_INFOW  lpProtocolInfoList,
IN DWORD  dwNumberOfEntries,
OUT LPINT  lpErrno 
)

Definition at line 23 of file spinstal.c.

28{
31 return SOCKET_ERROR;
32}

◆ WSCWriteProviderOrder()

INT WSPAPI WSCWriteProviderOrder ( IN LPDWORD  lpwdCatalogEntryId,
IN DWORD  dwNumberOfEntries 
)

Definition at line 52 of file spinstal.c.

54{
57 return SOCKET_ERROR;
58}