IsFaxOutputEnabled

 

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsFaxOutputEnabled(BlackIceDEVMODE* pDevMode);

Description

Returns the value of the BLF_FAXOUTPUT flag. Represents the value of the ‘Create Faxable Image’ checkbox.

Parameters

BlackIceDEVMODE* pDevMode   - pointer to the BlackIceDEVMODE structure

Return value

TRUE if Fax Output is used, otherwise FALSE.

Programming Notes

None

Code Example

None