GetAnnotationText

 

#include “BlackIceDEVMODE.h”

 

LPCTSTR      GetAnnotationText (BlackIceDEVMODE* pDevMode);

Description

Gets the AnnotationText member of the BlackIceDEVMODE. Gets the value of the ‘Text String’ field.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

User Defined Text (string).

Programming Notes

None

Code Example

None