FreeRDP
WINPR_TIMER Struct Reference

#include <synch.h>

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
 

Field Documentation

◆ apcItem

WINPR_APC_ITEM WINPR_TIMER::apcItem

◆ bInit

BOOL WINPR_TIMER::bInit

◆ bManualReset

BOOL WINPR_TIMER::bManualReset

◆ common

WINPR_HANDLE WINPR_TIMER::common

◆ fd

int WINPR_TIMER::fd

◆ lpArgToCompletionRoutine

LPVOID WINPR_TIMER::lpArgToCompletionRoutine

◆ lPeriod

LONG WINPR_TIMER::lPeriod

◆ name

char* WINPR_TIMER::name

◆ pfnCompletionRoutine

PTIMERAPCROUTINE WINPR_TIMER::pfnCompletionRoutine

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