[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);
Declare Function FaxSendDocument Lib "winfax.dll" (TODO) As TODO
None.
None.
Please add some!
Please add some!
Gilles TOURREAU (French)
gilles.tourreau@microgil.com
03-10-2006 : (By Gilles TOURREAU)
- Add function syntax with using classes
Do you know one? Please contribute it!