C API
#include ”faxcpp.h”
int ReadHeader(FAXOBJ Fax, HFILE hFile)
C++ API
#include ”faxclass.h”
virtual int TCFaxNormal::ReadHeader(HFILE hFile)
|
Class 1. |
Class 2. Class 2.0 |
Brooktrout
|
GammaLink
|
Dialogic
|
NMS
|
Description
This function reads a fax header structure from the beginning of the file and fills the parameters of the faxobject with them.
Parameters
|
HFILE |
hFile |
Handle of the source file. |
Return Value
Returns zero on success, otherwise an error code is returned
Sample Code
None at present.