#include “BIADVPRN.H”
BOOL SetApplicationPath( LPCTSTR applicationpath,
DEVMODE* pDevMode);
Description
Sets the ApplicationPath member of the BlackIceDEVMODE. Sets the value of the 'Application Path' edit box.
Parameters
|
LPCTSTR |
applicationpath |
Application Path (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.