CDC::GetDeviceCaps
Retrieves a wide range of device-specific information about the display device.
int GetDeviceCaps( int nIndex ) const;
Parameters
- nIndex
-
Specifies the type of information to return. See GetDeviceCaps in the Platform SDK for a list of values.
See the example for CPrintDialog::GetDefaults.