DisableAnnotationDateFormatYYYYMMDD

 

 

#include “BlackIceDEVMODE.h”

 

void    DisableAnnotationDateFormatYYYYMMDD (BlackIceDEVMODE* pDevMode);

Description

Sets the BLF_ANNOTATION_ DATE_ FORMAT_YYYYMMDD flag to 0 (false).  Sets the ‘YYYY/MM/DD’ radio button to unchecked.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

None

Programming Notes

None

Code Example

None