WSASERVICECLASSINFO (Compact 2013)
3/26/2014
This structure contains information about a specified service class. For each service class in Windows Sockets 2, there is a single WSASERVICECLASSINFO structure.
Syntax
typedef struct _WSAServiceClassInfo {
LPGUID lpServiceClassId;
LPTSTR lpszServiceClassName;
DWORD dwCount;
LPWSANSCLASSINFOW lpClassInfos;
} WSASERVICECLASSINFO, *PWSASERVICECLASSINFOW;
Members
- lpServiceClassId
Globally unique Identifier (GUID) for the service class.
- lpszServiceClassName
Well known associated with the service class.
- dwCount
Number of entries in lpClassInfos.
- lpClassInfos
Array of structures that contains information about the service class.
Requirements
Header |
winsock2.h |
See Also
Reference
Winsock Structures
NSPGetServiceClassInfo
NSPLookupServiceBegin