GetINIFileName

#include “BIADVPRN.H”

 

LPCTSTR  GetINIFileName(DEVMODE*  pDevMode);

Description

Returns the value of the INIFileName member of the BlackIceDEVMODE. Represents the value of the 'INI File Name'/'Registry path'/etc. edit box.

Parameters

DEVMODE*

pDevMode

Pointer to the DEVMODE structure.

Return values

INI File Name/Registry Path/etc. (string).

Requirements

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

Library :    Use BiAdvPrn.lib.

DLLs :       BiAdvPrn.dll.