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