GetAnnotationSeparator

 

#include “BlackIceDEVMODE.h”

 

LPCTSTR      GetAnnotationSeparator (BlackIceDEVMODE* pDevMode);

Description

Gets the AnnotationSeparator member of the BlackIceDEVMODE. Gets the value of the ‘Separator’ field.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

User Defined Text (string).

Programming Notes

None

Code Example

None