IsFlipVerticalEnabled

 

#include “BlackIceDEVMODE.h”

 

BOOL             IsFlipVerticalEnabled(BlackIceDEVMODE* pDevMode);

Description

Returns the value of the BLF_ FLIPVERTICAL flag. Represents the value of the ‘Flip Image Vertically’ checkbox.

Parameters

BlackIceDEVMODE* pDevMode              - pointer to the BlackIceDEVMODE structure

Return value

TRUE if the flag is set, otherwise FALSE.

Programming Notes

None

Code Example

None