FaxSendDocument (winfax)
Last changed: -81.249.207.96

.
Summary
TODO - a short description

C# Signature:

[DllImport("winfax.dll", SetLastError = true)]
static extern bool FaxSendDocument (IntPtr FaxHandle, string FileName,
   ref FAX_JOB_PARAM JobParams, ref FAX_COVERPAGE_INFO CoverpageInfo,
   ref uint FaxJobId);

//If you use FAX_JOB_PARAM and FAX_COVERPAGE_INFO as a CLASS !
[DllImport(DLLWinFax, SetLastError = true)]
static extern bool FaxSendDocument(IntPtr FaxHandle, string FileName,
FAX_JOB_PARAM JobParams, FAX_COVERPAGE_INFO CoverpageInfo,
  out uint FaxJobId);

VB Signature:

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

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Contact me

Gilles TOURREAU (French)
gilles.tourreau@microgil.com

Revisions

03-10-2006 : (By Gilles TOURREAU)
- Add function syntax with using classes

Alternative Managed API:

Do you know one? Please contribute it!

Documentation