IsAnnotationTextEnabled

 

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsAnnotationTextEnabled (BlackIceDEVMODE* pDevMode);

Description

Returns the BLF_ANNOTATION_TEXT_ENABLED flag. Represents the ‘Text String’ checkbox.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

TRUE if the ‘Text String’ checkbox is checked.

Programming Notes

None

Code Example

None