Scroll to navigation

GetServiceW(3w) Wine API GetServiceW(3w)

NAME

GetServiceW (WSOCK32.1120)

SYNOPSIS

INT GetServiceW
(
DWORD dwNameSpace,
LPGUID lpGuid,
LPSTR lpServiceName,
DWORD dwProperties,
LPVOID lpBuffer,
LPDWORD lpdwBufferSize,
LPSERVICE_ASYNC_INFO lpServiceAsyncInfo
)
 

DESCRIPTION

See GetServiceA(3w).
 

IMPLEMENTATION

Declared in "nspapi.h".
Implemented in "dlls/wsock32/service.c".
Debug channel "winsock".
Oct 2012 Wine API