WSATHREADID (Compact 2013)

3/26/2014

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

Syntax

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

Members

  • ThreadHandle
    Handle to the thread identifier
  • Reserved
    Reserved

Requirements

Header

ws2spi.h

See Also

Reference

Winsock SPI Structures