IsAnnotationDateFormatMDYYEnabled

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsAnnotationDateFormatMDYYEnabled (BlackIceDEVMODE* pDevMode);

Description

Returns the BLF_ANNOTATION_DATE_FORMAT_MDYY flag. Represents the ‘M/D/YY’ radio button.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

TRUE if the ‘M/D/YY’ radio button is checked.

Programming Notes

None

Code Example

None