C++ API
int Port->HeaderUser2( LPSTR pUserString );
C API
int D_HeaderUser2( PORTFAX Port, LPSTR pUserString );
|
Class 1. |
Class 2. Class 2.0 |
Brooktrout
|
GammaLink
|
Dialogic
|
NMS
|
|
|
|
|
|
|
Description
This function sets a user specified header string. This string will appear only if header format 2 was specified to the D_HeaderMode() function.
Parameters
|
LPSTR |
pUserString |
Pointer to the beginning of the string. It can be 32 characters long ( 31 character + NULL ). |
Return Value
Zero on success; not zero if error occurs.
Sample Code
None at present.