WSATHREADID structure
The WSATHREADID structure enables a SAN service provider to identify a thread on which asynchronous procedure calls (APCs) can be queued with the WPUQueueApc function.
Syntax
typedef struct _WSATHREADID {
HANDLE ThreadHandle;
DWORD_PTR Reserved;
} WSATHREADID, *LPWSATHREADID;
Members
ThreadHandle
Handle to the thread ID.Reserved
Reserved.
Remarks
For more information about WPUQueueApc, see the Microsoft Windows SDK documentation.
Requirements
Version |
Requires Windows Sockets version 2.0. |
Header |
Ws2spi.h (include Ws2spi.h) |
See also