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