WSASERVICECLASSINFO (Windows CE 5.0)
This structure contains information about a specified service class. For each service class in Windows Sockets 2, there is a single WSASERVICECLASSINFO structure.
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Winsock2.h.
See Also
NSPGetServiceClassInfo | NSPLookupServiceBegin
Send Feedback on this topic to the authors