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