IsAnnotationDateFormatMMDDYYYYEnabled

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsAnnotationDateFormatMMDDYYYYEnabled (BlackIceDEVMODE* pDevMode);

Description

Returns the BLF_ANNOTATION_DATE_FORMAT_MMDDYYYY flag. Represents the ‘MM/DD/YYYY’ radio button

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

TRUE if the ‘MM/DD/YYYY’ radio button is checked.

Programming Notes

None

Code Example

None