GetTypeByNameA (WSOCK32.1113)
INT GetTypeByNameA ( LPSTR lpServiceName, LPGUID lpServiceType )
Retrieve a service type GUID for a network service specified by name.
lpServiceName | [In] | NUL-terminated ANSI string that uniquely represents the name of the service. |
lpServiceType | [Out] | Destination for the service type GUID. |
Success: 0. lpServiceType contains the requested GUID
Failure: SOCKET_ERROR. GetLastError can return ERROR_SERVICE_DOES_NOT_EXIST.
Obsolete Microsoft-specific extension to Winsock 1.1. Protocol-independent name resolution provides equivalent functionality in Winsock 2.
Unimplemented
Declared in "include/nspapi.h". gitlab.winehq.org/wine/wine/blob/master/include/nspapi.h
Implemented in "dlls/wsock32/service.c". gitlab.winehq.org/wine/wine/blob/master/dlls/wsock32/service.c
Debug channel "winsock".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.