EnableAnnotationDateFormatMMDDYYYY

 

#include “BlackIceDEVMODE.h”

 

void    EnableAnnotationDateFormatMMDDYYYY (BlackIceDEVMODE* pDevMode);

Description

Sets the BLF_ANNOTATION_ DATE_ FORMAT_MMDDYYYY flag. Sets the ‘MM/DD/YYYY’ radio button.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

None

Programming Notes

None

Code Example

None