FreeRDP
WINPR_TIMER_QUEUE_TIMER Struct Reference

#include <synch.h>

Collaboration diagram for WINPR_TIMER_QUEUE_TIMER:

Data Fields

WINPR_HANDLE common
 
ULONG Flags
 
DWORD DueTime
 
DWORD Period
 
PVOID Parameter
 
WAITORTIMERCALLBACK Callback
 
int FireCount
 
struct timespec StartTime
 
struct timespec ExpirationTime
 
WINPR_TIMER_QUEUE * timerQueue
 
WINPR_TIMER_QUEUE_TIMER * next
 

Field Documentation

◆ Callback

WAITORTIMERCALLBACK WINPR_TIMER_QUEUE_TIMER::Callback

◆ common

WINPR_HANDLE WINPR_TIMER_QUEUE_TIMER::common

◆ DueTime

DWORD WINPR_TIMER_QUEUE_TIMER::DueTime

◆ ExpirationTime

struct timespec WINPR_TIMER_QUEUE_TIMER::ExpirationTime

◆ FireCount

int WINPR_TIMER_QUEUE_TIMER::FireCount

◆ Flags

ULONG WINPR_TIMER_QUEUE_TIMER::Flags

◆ next

WINPR_TIMER_QUEUE_TIMER* WINPR_TIMER_QUEUE_TIMER::next

◆ Parameter

PVOID WINPR_TIMER_QUEUE_TIMER::Parameter

◆ Period

DWORD WINPR_TIMER_QUEUE_TIMER::Period

◆ StartTime

struct timespec WINPR_TIMER_QUEUE_TIMER::StartTime

◆ timerQueue

WINPR_TIMER_QUEUE* WINPR_TIMER_QUEUE_TIMER::timerQueue

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