IsAnnotationUnitsMM

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsAnnotationUnitsMM (BlackIceDEVMODE* pDevMode);

Description

Returns the BLF_ANNOTATION_UNITS_MM flag. Represents the ‘0.1*mm’ checkbox.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

TRUE if the ‘0.1*mm’ checkbox is checked.

Programming Notes

None

Code Example

None