WSATHREADID (Windows CE 5.0)

Send Feedback

This structure enables a provider to identify the thread to run.

typedef struct _WSATHREADID {HANDLE ThreadHandle;DWORD Reserved;} WSATHREADID, *LPWSATHREADID;

Members

  • ThreadHandle
    Handle to the thread identifier.
  • Reserved
    Reserved.

Requirements

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

See Also

WSPIoctl | WSPSend | WSPRecv

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.