|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ws2_32.h>#include <debug.h>
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) |
| #define NDEBUG |
Definition at line 13 of file nspinstl.c.
Definition at line 23 of file nspinstl.c.
| 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.
Definition at line 52 of file nspinstl.c.
| 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.
Definition at line 80 of file nspinstl.c.