SetImageFileName

#include “BIADVPRN.H”

 

BOOL  SetImageFileName(  LPCTSTR       filename,
DEVMODE*  pDevMode);

Description

Sets the FileImageName member of the BlackIceDEVMODE. Sets the value of the 'File Image Name' edit box if the Filename Generation method is ‘Exact filename’.

Parameters

LPCTSTR

filename

Exact Filename (string).

DEVMODE*

pDevMode

Pointer to the DEVMODE structure.

Return values

TRUE if the member was successfully set, otherwise FALSE.

Requirements

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

Library :    Use BiAdvPrn.lib.

DLLs :       BiAdvPrn.dll.