CPOINT

Deprecated, do not use. Describes a calibration point. An array of CPOINT structures is contained by a DIPROPCPOINTS structure.

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.

See Also

Using CPOINTs