#include “BlackIceDEVMODE.h”
BOOL IsAnnotationTimeFormat12HourEnabled (BlackIceDEVMODE* pDevMode);
Description
Returns the BLF_ANNOTATION_TIME_FORMAT_12HOUR flag. Represents the ’12 Hour’ radio button.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
TRUE if the ’12 Hour’ radio button is checked.
Programming Notes
None
Code Example
None