CPOINT Structure
Deprecated, do not use. Describes a calibration point. An array of CPOINT structures is contained by a DIPROPCPOINTS structure.
Syntax
typedef struct CPOINT {
LONG lP;
DWORD dwLog;
} CPOINT, *LPCPOINT;
Members
- lP
Raw data - dwLog
Scaling value to be associated with the lP number. The percentage of the maximum value multiplied by 10000.