FaxConnectFaxServer (winfax)
Last changed: -4.35.161.181

.
Summary
Connects a fax client application to the local fax server.

C# Signature:

[DllImport("winfax.dll")]
static extern bool FaxConnectFaxServer (string MachineName, out IntPtr FaxHandle);

VB Signature:

Declare Function FaxConnectFaxServer Lib "winfax.dll" (TODO) As TODO

User-Defined Types:

None.

Notes:

C# signature changed second parameter from IntPtr to out IntPtr, since the value is modified

by the function, and IntPtr is a value-type.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation