#include “BlackIceDEVMODE.h”
int GetOrientation(BlackIceDEVMODE* pDevMode);
Description
Returns the value of the dmOrientation member of the DEVMODE. Represents the value of the 'Orientation' radio button.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure
Return value
Orientation: if the value is 1 the orientation is Portrait, if the value is 2: the orientation is Landscape
Programming Notes
None
Code Example
None