FreeRDP
WINPR_APC_ITEM Struct Reference

Data Fields

ApcType type
 
int pollFd
 
DWORD pollMode
 
apc_treatment completion
 
LPVOID completionArgs
 
BOOL markedForFree
 
BOOL alwaysSignaled
 
BOOL isSignaled
 
DWORD boundThread
 
BOOL linked
 
BOOL markedForRemove
 
WINPR_APC_ITEM * last
 
WINPR_APC_ITEM * next
 

Detailed Description

Definition at line 43 of file apc.h.

Field Documentation

◆ alwaysSignaled

BOOL WINPR_APC_ITEM::alwaysSignaled

Definition at line 53 of file apc.h.

◆ boundThread

DWORD WINPR_APC_ITEM::boundThread

Definition at line 55 of file apc.h.

◆ completion

apc_treatment WINPR_APC_ITEM::completion

Definition at line 48 of file apc.h.

◆ completionArgs

LPVOID WINPR_APC_ITEM::completionArgs

Definition at line 49 of file apc.h.

◆ isSignaled

BOOL WINPR_APC_ITEM::isSignaled

Definition at line 54 of file apc.h.

◆ last

WINPR_APC_ITEM* WINPR_APC_ITEM::last

Definition at line 58 of file apc.h.

◆ linked

BOOL WINPR_APC_ITEM::linked

Definition at line 56 of file apc.h.

◆ markedForFree

BOOL WINPR_APC_ITEM::markedForFree

Definition at line 50 of file apc.h.

◆ markedForRemove

BOOL WINPR_APC_ITEM::markedForRemove

Definition at line 57 of file apc.h.

◆ next

WINPR_APC_ITEM * WINPR_APC_ITEM::next

Definition at line 58 of file apc.h.

◆ pollFd

int WINPR_APC_ITEM::pollFd

Definition at line 46 of file apc.h.

◆ pollMode

DWORD WINPR_APC_ITEM::pollMode

Definition at line 47 of file apc.h.

◆ type

ApcType WINPR_APC_ITEM::type

Definition at line 45 of file apc.h.


The documentation for this struct was generated from the following file: