Share via


WSASERVICECLASSINFO (Windows Embedded CE 6.0)

1/6/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

See Also

Reference

Winsock Structures
NSPGetServiceClassInfo
NSPLookupServiceBegin