EnableAnnotationText

 

#include “BlackIceDEVMODE.h”

 

void    EnableAnnotationText (BlackIceDEVMODE* pDevMode);

Description

Sets the BLF_ANNOTATION_ TEXT_ENABLED flag. Sets the ‘Text String’checkbox.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

None.

Programming Notes

None

Code Example

None