#include “BlackIceDEVMODE.h”
void SetAnnotationColor (BlackIceDEVMODE* pDevMode, COLORREF AnnotationColor);
Description
Sets the AnnotationColor member of the BlackIceDEVMODE. Sets the value of the ‘Color Palette’ .
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
COLORREF AnnotationColor - color of the annotation(COLORREF).
Return value
None
Programming Notes
None
Code Example
None