GetXDPI

#include “BIADVPRN.H”

 

int  GetXDPI(DEVMODE*  pDevMode);

Description

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

Parameters

DEVMODE*

pDevMode

Pointer to the DEVMODE structure.

Return values

Horizontal Resolution (integer number).

Requirements

Header :     Declared in BiAdvPrn.h; include BiAdvPrn.h.

Library :    Use BiAdvPrn.lib.

DLLs :       BiAdvPrn.dll.