#include “BlackIceDEVMODE.h”
BOOL IsAnnotationDateFormatDDMMYYYYEnabled (BlackIceDEVMODE* pDevMode);
Description
Returns the BLF_ANNOTATION_DATE_FORMAT_DDMMYYYY flag. Represents the ‘DD/MM/YYYY’ radio button.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
TRUE if the ‘DD/MM/YYYY’ radio button is checked.
Programming Notes
None
Code Example
None