ReactOS 0.4.15-dev-7942-gd23573b
_CLOCKDATA Struct Reference
Collaboration diagram for _CLOCKDATA:

Public Attributes

HBRUSH hGreyBrush
 
HPEN hGreyPen
 
INT cxClient
 
INT cyClient
 
SYSTEMTIME stCurrent
 
SYSTEMTIME stPrevious
 
BOOL bTimer
 

Detailed Description

Definition at line 16 of file clock.c.

Member Data Documentation

◆ bTimer

BOOL _CLOCKDATA::bTimer

Definition at line 24 of file clock.c.

◆ cxClient

INT _CLOCKDATA::cxClient

Definition at line 20 of file clock.c.

Referenced by DrawClock().

◆ cyClient

INT _CLOCKDATA::cyClient

Definition at line 21 of file clock.c.

Referenced by DrawClock().

◆ hGreyBrush

HBRUSH _CLOCKDATA::hGreyBrush

Definition at line 18 of file clock.c.

Referenced by DrawClock().

◆ hGreyPen

HPEN _CLOCKDATA::hGreyPen

Definition at line 19 of file clock.c.

Referenced by DrawClock().

◆ stCurrent

SYSTEMTIME _CLOCKDATA::stCurrent

Definition at line 22 of file clock.c.

◆ stPrevious

SYSTEMTIME _CLOCKDATA::stPrevious

Definition at line 23 of file clock.c.


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