Share via


Struttura WSATHREADID (ws2spi.h)

La struttura WSATHREADID consente a un provider di identificare un thread in cui è possibile accodare le chiamate di routine asincrone tramite la funzione WPUQueueApc .

Sintassi

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

Members

ThreadHandle

Handle per l'ID thread.

Reserved

Riservato.

Requisiti

Requisito Valore
Client minimo supportato Windows 2000 Professional [solo app desktop]
Server minimo supportato Windows 2000 Server [solo app desktop]
Intestazione ws2spi.h

Vedi anche

WPUQueueApc

LPWSPIoctl

LPWSPRecv

LPWSPSend