SetYDPI

#include “BIADVPRN.H”

 

BOOL  SetYDPI( int                    ydpi,
DEVMODE*  pDevMode);

Description

Sets the dmYResolution member of the DevMode. Sets the value of the 'Vertical Resolution' edit box.

Parameters

int

ydpi

Vertical Resolution (integer number).

DEVMODE*

pDevMode

Pointer to the DEVMODE structure.

Return values

TRUE if the member was successfully set, otherwise FALSE.

Requirements

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

Library :    Use BiAdvPrn.lib.

DLLs :       BiAdvPrn.dll.