SetAnnotationSeparator

 

#include “BlackIceDEVMODE.h”

 

void     SetAnnotationSeparator (BlackIceDEVMODE* pDevMode, LPCWSTR szAnnotationSeparator);

Description

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

Parameters

BlackIceDEVMODE* pDevMode                           - pointer to the BlackIceDEVMODE structure.

LPCWSTR szAnnotationSeparator                      - Text (string).

Return value

None.

Programming Notes

None

Code Example

None