SetResourceDLLName

#include “BIADVPRN.H”

 

BOOL  SetResourceDLLName(     LPCTSTR         stringresdll,
BlackIceDEVMODE*       pDevMode);

Description

Sets the ResourceDLLName member of the BlackIceDEVMODE. The ResourceDLLName member stores the name and path of the driver resource DLL

Parameters

LPCTSTR

stringresdll

ResourceDLLName (string)

BlackIceDEVMODE*

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.