IsDeleteGroupFileEnabled

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsDeleteGroupFileEnabled(BlackIceDEVMODE* pDevMode);

Description

Returns the value of the BLF_DELETEGROUPFILE flag. Represents the value of the 'Delete Group File After Printing' checkbox.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure

Return value

TRUE if the Delete Group File After Printing is used, otherwise FALSE.

Programming Notes

None

Code Example

None