ReactOS 0.4.16-dev-303-g11d5cb8
|
#include <ws2_32.h>
#include <debug.h>
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) |
#define NDEBUG |
Definition at line 13 of file spinstal.c.
Definition at line 39 of file spinstal.c.
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.
Definition at line 52 of file spinstal.c.