SetAnnotationText

#include “BIADVPRN.H”

 

void  SetAnnotationText( DEVMODE*   pDevMode,
LPCTSTR         szAnnotationText);

Description

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

Parameters

DEVMODE*

pDevMode

Pointer to the DEVMODE structure.

LPCTSTR

szAnnotationText

Text (string).

Return values

none

Requirements

Header :     Declared in BiAdvPrn.h; include BiAdvPrn.h.

Library :    Use BiAdvPrn.lib.

DLLs :       BiAdvPrn.dll.