#include “BIADVPRN.H”
int GetYDPI(DEVMODE* pDevMode);
Description
Returns the value of the dmYResolutionmember of the DevMode. Represents the value of the 'Vertical Resolution' edit box.
Parameters
|
DEVMODE* |
pDevMode |
Pointer to the DEVMODE structure. |
Return values
Vertical Resolution (integer number).
Requirements
Header : Declared in BiAdvPrn.h; include BiAdvPrn.h.
Library : Use BiAdvPrn.lib.
DLLs : BiAdvPrn.dll.