GetXDPI

 

 

#include “BlackIceDEVMODE.h”

 

int       GetXDPI(BlackIceDEVMODE* pDevMode);

Description

Returns the value of the dmPrintQuality member of the DEVMODE. Represents the value of the 'Horizontal Resolution' edit box.

Parameters

BlackIceDEVMODE* pDevMode   - pointer to the BlackIceDEVMODE structure

Return value

Horizontal Resolution (integer number)

Programming Notes

None

Code Example

None