#include “BIADVPRN.H”
BOOL SetInterfaceName( LPCTSTR intfname,
BlackIceDEVMODE* pDevMode);
Description
Sets the InterfaceName member of the BlackIceDEVMODE. The InterfaceName member stores the name of the messaging interface.
Parameters
|
LPCTSTR |
intfname |
Interface Name (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.