#include “BlackIceDEVMODE.h”
BOOL IsAnnotationUnitsPixels (BlackIceDEVMODE* pDevMode);
Description
Returns the BLF_ANNOTATION_UNITS_PIXEL flag. Represents the ‘pixel’ checkbox.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
TRUE if the ‘pixel’ checkbox is checked.
Programming Notes
None
Code Example
None