#include “BlackIceDEVMODE.h”
void SetAnnotationText (BlackIceDEVMODE* pDevMode, LPCWSTR szAnnotationText);
Description
Sets the AnnotationText member of the BlackIceDEVMODE. Sets the value of the ‘Text String’ field.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
LPCWSTR szAnnotationText - Text (string).
Return value
None.
Programming Notes
None
Code Example
None