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