#include “BlackIceDEVMODE.h”
BOOL SetXDPI(int xdpi, BlackIceDEVMODE* pDevMode);
Description
Sets the dmPrintQuality member of the DevMode. Sets the value of the 'Horizontal Resolution' edit box.
Parameters
int xdpi - Horizontal Resolution (integer number)
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
TRUE if the member was successfully set, otherwise FALSE.
Programming Notes
None
Code Example
None