Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A version of this page is also available for
4/8/2010
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 |
| Windows Embedded CE | Windows CE .NET 4.0 and later |
| Windows Mobile | Windows Mobile Version 5.0 and later |