SetFaxHeader

 

 

#include “BlackIceDEVMODE.h”

 

BOOL            SetFaxHeader(DWORD faxheader, BlackIceDEVMODE* pDevMode);

Description

Sets the FAXheader member of the BlackIceDEVMODE. Sets the value of the 'Fax header' edit box.

Parameters

DWORD faxheader                                     - fax header in pixels (DWORD number).

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

TRUE if the member was successfully set, otherwise FALSE.

Programming Notes

None

Code Example

None