?/TD>
Microsoft DirectX 9.0

CPOINT Structure


Describes a calibration point. An array of CPOINT structures is contained by a DIPROPCPOINTS structure.

Syntax

typedef struct _CPOINT {
    LONG lP;
    DWORD dwLog;
} CPOINT, *PCPOINT;

Members

lP
Raw data
dwLog
Scaling value to be associated with the lP number. The percentage of the maximum value multiplied by 10000.

Structure Information

Headerdinput.h
Minimum operating systems Windows 98

See Also

Using CPOINTs


© 2002 Microsoft Corporation. All rights reserved.