IsAnnotationDateFormatDDMONYYYYEnabled

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsAnnotationDateFormatDDMONYYYYEnabled (BlackIceDEVMODE* pDevMode);

Description

Returns the BLF_ANNOTATION_DATE_FORMAT_DDMONYYYY flag. Represents the ‘DD/Mon/YYYY’ radio button.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

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

Programming Notes

None

Code Example

None