FreeRDP
WINPR_EVENT Struct Reference
Collaboration diagram for WINPR_EVENT:

Data Fields

WINPR_HANDLE common
 
WINPR_EVENT_IMPL impl
 
BOOL bAttached
 
BOOL bManualReset
 
char * name
 

Detailed Description

Definition at line 37 of file winpr/libwinpr/synch/event.h.

Field Documentation

◆ bAttached

BOOL WINPR_EVENT::bAttached

Definition at line 42 of file winpr/libwinpr/synch/event.h.

◆ bManualReset

BOOL WINPR_EVENT::bManualReset

Definition at line 43 of file winpr/libwinpr/synch/event.h.

◆ common

WINPR_HANDLE WINPR_EVENT::common

Definition at line 39 of file winpr/libwinpr/synch/event.h.

◆ impl

WINPR_EVENT_IMPL WINPR_EVENT::impl

Definition at line 41 of file winpr/libwinpr/synch/event.h.

◆ name

char* WINPR_EVENT::name

Definition at line 44 of file winpr/libwinpr/synch/event.h.


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