ReactOS 0.4.15-dev-8021-g7ce96fd
nspinstl.c File Reference
#include <ws2_32.h>
#include <debug.h>
Include dependency graph for nspinstl.c:

Go to the source code of this file.

Macros

#define NDEBUG
 

Functions

INT WSPAPI WSCEnableNSProvider (IN LPGUID lpProviderId, IN BOOL fEnable)
 
INT WSPAPI WSCInstallNameSpace (IN LPWSTR lpszIdentifier, IN LPWSTR lpszPathName, IN DWORD dwNameSpace, IN DWORD dwVersion, IN LPGUID lpProviderId)
 
INT WSPAPI WSCUnInstallNameSpace (IN LPGUID lpProviderId)
 
INT WSPAPI WSCUpdateProvider (LPGUID lpProviderId, const WCHAR FAR *lpszProviderDllPath, const LPWSAPROTOCOL_INFOW lpProtocolInfoList, DWORD dwNumberOfEntries, LPINT lpErrno)
 
INT WSPAPI WSCWriteNameSpaceOrder (LPGUID lpProviderId, DWORD dwNumberOfEntries)
 

Macro Definition Documentation

◆ NDEBUG

#define NDEBUG

Definition at line 13 of file nspinstl.c.

Function Documentation

◆ WSCEnableNSProvider()

INT WSPAPI WSCEnableNSProvider ( IN LPGUID  lpProviderId,
IN BOOL  fEnable 
)

Definition at line 23 of file nspinstl.c.

25{
28 return SOCKET_ERROR;
29}
#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

◆ WSCInstallNameSpace()

INT WSPAPI WSCInstallNameSpace ( IN LPWSTR  lpszIdentifier,
IN LPWSTR  lpszPathName,
IN DWORD  dwNameSpace,
IN DWORD  dwVersion,
IN LPGUID  lpProviderId 
)

Definition at line 36 of file nspinstl.c.

41{
44 return SOCKET_ERROR;
45}

◆ WSCUnInstallNameSpace()

INT WSPAPI WSCUnInstallNameSpace ( IN LPGUID  lpProviderId)

Definition at line 52 of file nspinstl.c.

53{
56 return SOCKET_ERROR;
57}

◆ WSCUpdateProvider()

INT WSPAPI WSCUpdateProvider ( LPGUID  lpProviderId,
const WCHAR FAR lpszProviderDllPath,
const LPWSAPROTOCOL_INFOW  lpProtocolInfoList,
DWORD  dwNumberOfEntries,
LPINT  lpErrno 
)

Definition at line 64 of file nspinstl.c.

69{
72 return SOCKET_ERROR;
73}

◆ WSCWriteNameSpaceOrder()

INT WSPAPI WSCWriteNameSpaceOrder ( LPGUID  lpProviderId,
DWORD  dwNumberOfEntries 
)

Definition at line 80 of file nspinstl.c.

82{
85 return SOCKET_ERROR;
86}