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