GetAnnotationColor

 

#include “BlackIceDEVMODE.h”

 

COLORREF              GetAnnotationColor (BlackIceDEVMODE* pDevMode);

Description

Gets the AnnotationColor member of the BlackIceDEVMODE. Gets the value of the ‘Color Palette’ .

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

Color of the annotation (COLORREF)

Programming Notes

None

Code Example

None