0 out of 1 rated this helpful - Rate this topic

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

Ws2spi.h

See also

WPUQueueApc
WSPIoctl
WSPRecv
WSPSend

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.