WSAECOMPARATOR (Windows CE 5.0)

Send Feedback

This enumeration is used for Winsock version comparison semantics.

typedef enum _WSAEcomparator {COMP_EQUAL = 0,COMP_NOTLESS} WSAECOMPARATOR, *PWSAECOMPARATOR;

Elements

  • COMP_EQUAL
    Used for determining whether version values are equal.
  • COMP_NOTLESS
    Used for determining whether a version value is no less than a specified value.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Winsock2.h.

See Also

WSALookupServiceBegin | WSAQUERYSET | NSPLookupServiceBegin | NSPLookupServiceNext | WSASetService | NSPSetService

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.