#include “BlackIceDEVMODE.h”
int GetYDPI(BlackIceDEVMODE* pDevMode);
Description
Returns the value of the dmYResolutionmember of the DEVMODE. Represents the value of the 'Vertical Resolution' edit box.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure
Return value
Vertical Resolution (integer number)
Programming Notes
None
Code Example
None