IsKeepExistingFilesEnabled

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsKeepExistingFilesEnabled(BlackIceDEVMODE* pDevMode);

Description

Returns the value of the BLF_KEEPFILES flag. Represents the value of the 'Combine/Merge multiple documents into a single file' checkbox.

Parameters

Input value    - pointer to the BlackIceDEVMODE structure

Return value

TRUE if Keep existing files is used, otherwise FALSE.

Programming Notes

None

Code Example

None

Since Printer Driver version 14.58, this function is obsolete. Use the GetExistingFileAction and SetExistingFileAction functions instead.