FaxSetJob (winfax)
Last changed: -12.43.64.131

.
Summary
TODO - a short description

C# Signature:

[DllImport("winfax.dll")]
static extern bool FaxSetJob (IntPtr FaxHandle, int JobId,
   int Command, ref FAX_JOB_ENTRY JobEntry);

VB Signature:

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

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
FaxSetJob on MSDN