#include “BIADVPRN.H”
BOOL SetINIFileName( LPCTSTR inifname,
DEVMODE* pDevMode);
Description
Sets the INIFileName member of the BlackIceDEVMODE. Sets the value of the 'INI File Name'/'Registry path' edit box.
Parameters
|
LPCTSTR |
inifname |
INI File Name/Registry 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.