#include “BIADVPRN.H”
BOOL IsKeepExistingFilesEnabled(DEVMODE* pDevMode);
Description
Returns the value of the BLF_KEEPFILES flag. Represents the value of the 'Keep existing files' checkbox.
Parameters
|
DEVMODE* |
pDevMode |
Pointer to the DEVMODE structure. |
Return values
TRUE if Keep existing files is used, otherwise FALSE.
Requirements
Header : Declared in BiAdvPrn.h; include BiAdvPrn.h.
Library : Use BiAdvPrn.lib.
DLLs : BiAdvPrn.dll.