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