GetFaxHeader

 

 

#include “BlackIceDEVMODE.h”

 

DWORD        GetFaxHeader(BlackIceDEVMODE* pDevMode);

Description

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

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure

Return value

Fax header in pixels (DWORD number).

Programming Notes

None

Code Example

None