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