WSATHREADID structure
The WSATHREADID structure enables a provider to identify a thread on which asynchronous procedure calls (APCs) can be queued using the WPUQueueApc function.
Syntax
typedef struct _WSATHREADID { HANDLE ThreadHandle; DWORD Reserved; } WSATHREADID, *LPWSATHREADID;
Members
- ThreadHandle
-
Handle to the thread ID.
- Reserved
-
Reserved.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 11/29/2012