C
typedef struct { OBJ_HEADER hdr; SHORT textHeight; DWORD Cvalue; DWORD Pvalue; BYTE NoOfDigits; BYTE DotPos; } DIGITALMETER;
Overview
Defines the parameters required for a Digital Meter Object.
Description
Structure: DIGITALMETER
Members
Members |
Description |
OBJ_HEADER hdr; |
Generic header for all Objects (see OBJ_HEADER). |
SHORT textHeight; |
Pre-computed text height |
DWORD Cvalue; |
Current value |
DWORD Pvalue; |
Previous value |
BYTE NoOfDigits; |
Number of digits to be displayed |
BYTE DotPos; |
Position of decimal point |