CPOINT
Microsoft DirectX 9.0 SDK Update (October 2004)

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


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.