SetFileFormat

#include “BIADVPRN.H”

 

BOOL  SetFileFormat( DWORD         fileformat,
DEVMODE*  pDevMode);

Description

Sets the Format member of the BlackIceDEVMODE. Sets the value of the 'File Format' combo box.

Parameters

DWORD

fileformat

File Format (DWORD number).

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.