#include “BlackIceDEVMODE.h”
void DisableAnnotation (BlackIceDEVMODE* pDevMode);
Description
Sets the BLF_ANNOTATION_ENABLED flag to 0 (false). Sets the ‘Embed Annotation’ checkbox to unchecked.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
None.
Programming Notes
None
Code Example
None