FreeRDP
WINPR_TIMER Struct Reference
Collaboration diagram for WINPR_TIMER:

Data Fields

WINPR_HANDLE common
 
int fd
 
BOOL bInit
 
LONG lPeriod
 
BOOL bManualReset
 
PTIMERAPCROUTINE pfnCompletionRoutine
 
LPVOID lpArgToCompletionRoutine
 
char * name
 
WINPR_APC_ITEM apcItem
 

Detailed Description

Definition at line 86 of file libwinpr/synch/synch.h.

Field Documentation

◆ apcItem

WINPR_APC_ITEM WINPR_TIMER::apcItem

Definition at line 115 of file libwinpr/synch/synch.h.

◆ bInit

BOOL WINPR_TIMER::bInit

Definition at line 91 of file libwinpr/synch/synch.h.

◆ bManualReset

BOOL WINPR_TIMER::bManualReset

Definition at line 93 of file libwinpr/synch/synch.h.

◆ common

WINPR_HANDLE WINPR_TIMER::common

Definition at line 88 of file libwinpr/synch/synch.h.

◆ fd

int WINPR_TIMER::fd

Definition at line 90 of file libwinpr/synch/synch.h.

◆ lpArgToCompletionRoutine

LPVOID WINPR_TIMER::lpArgToCompletionRoutine

Definition at line 95 of file libwinpr/synch/synch.h.

◆ lPeriod

LONG WINPR_TIMER::lPeriod

Definition at line 92 of file libwinpr/synch/synch.h.

◆ name

char* WINPR_TIMER::name

Definition at line 113 of file libwinpr/synch/synch.h.

◆ pfnCompletionRoutine

PTIMERAPCROUTINE WINPR_TIMER::pfnCompletionRoutine

Definition at line 94 of file libwinpr/synch/synch.h.


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