SetServiceA(3w)
NAME
SetServiceA (WSOCK32.1117)
SYNOPSIS
INT SetServiceA ( DWORD dwNameSpace, DWORD dwOperation, DWORD dwFlags, LPSERVICE_INFOA lpServiceInfo, LPSERVICE_ASYNC_INFO lpServiceAsyncInfo, LPDWORD lpdwStatusFlags )
DESCRIPTION
Register or unregister a network service with one or more namespaces.
PARAMS
dwNameSpace [In] Name space or set of name spaces within which the
function will operate.
dwOperation [In] Operation to perform.
dwFlags [In] Flags to modify the function's operation.
lpServiceInfo [In] Pointer to a ASCII SERVICE_INFO structure.
lpServiceAsyncInfo [In] Reserved for future use. Must be NULL.
lpdwStatusFlags [Out] Destination for function status information.
RETURNS
Success: 0.
Failure: SOCKET_ERROR. GetLastError(3w) can return ERROR_ALREADY_REGISTERED.
NOTES
Obsolete Microsoft-specific extension to Winsock 1.1, Protocol-independent name resolution provides equivalent functionality in Winsock 2.
BUGS
Unimplemented.
IMPLEMENTATION
Defined in "nspapi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/wsock32/service.c".
- Debug channel "winsock".