#include “BlackIceDEVMODE.h”
BOOL SetYDPI(int ydpi, BlackIceDEVMODE* pDevMode);
Description
Sets the dmYResolution member of the DEVMODE. Sets the value of the 'Vertical Resolution' edit box.
Parameters
Input value: ydpi - Vertical Resolution (integer number)
Input value: pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
TRUE if the member was successfully set, otherwise FALSE.
Programming Notes
None
Code Example
None