#define global IID_IFaxOutgoingJob "{6356DAAD-6614-4583-BF7A-3AD67BBFC71C}"
#usecom global IFaxOutgoingJob IID_IFaxOutgoingJob "{}"
#comfunc global IFaxOutgoingJob_get_Subject 7 var
#comfunc global IFaxOutgoingJob_get_DocumentName 8 var
#comfunc global IFaxOutgoingJob_get_Pages 9 var
#comfunc global IFaxOutgoingJob_get_Size 10 var
#comfunc global IFaxOutgoingJob_get_SubmissionId 11 var
#comfunc global IFaxOutgoingJob_get_Id 12 var
#comfunc global IFaxOutgoingJob_get_OriginalScheduledTime 13 var
#comfunc global IFaxOutgoingJob_get_SubmissionTime 14 var
#comfunc global IFaxOutgoingJob_get_ReceiptType 15 var
#comfunc global IFaxOutgoingJob_get_Priority 16 var
#comfunc global IFaxOutgoingJob_get_Sender 17 sptr
#comfunc global IFaxOutgoingJob_get_Recipient 18 sptr
#comfunc global IFaxOutgoingJob_get_CurrentPage 19 var
#comfunc global IFaxOutgoingJob_get_DeviceId 20 var
#comfunc global IFaxOutgoingJob_get_Status 21 var
#comfunc global IFaxOutgoingJob_get_ExtendedStatusCode 22 var
#comfunc global IFaxOutgoingJob_get_ExtendedStatus 23 var
#comfunc global IFaxOutgoingJob_get_AvailableOperations 24 var
#comfunc global IFaxOutgoingJob_get_Retries 25 var
#comfunc global IFaxOutgoingJob_get_ScheduledTime 26 var
#comfunc global IFaxOutgoingJob_get_TransmissionStart 27 var
#comfunc global IFaxOutgoingJob_get_TransmissionEnd 28 var
#comfunc global IFaxOutgoingJob_get_CSID 29 var
#comfunc global IFaxOutgoingJob_get_TSID 30 var
#comfunc global IFaxOutgoingJob_get_GroupBroadcastReceipts 31 var
#comfunc global IFaxOutgoingJob_Pause 32
#comfunc global IFaxOutgoingJob_Resume 33
#comfunc global IFaxOutgoingJob_Restart 34
#comfunc global IFaxOutgoingJob_CopyTiff 35 wstr
#comfunc global IFaxOutgoingJob_Refresh 36
#comfunc global IFaxOutgoingJob_Cancel 37
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IFaxOutgoingJob "{6356DAAD-6614-4583-BF7A-3AD67BBFC71C}"
#usecom global IFaxOutgoingJob IID_IFaxOutgoingJob "{}"
#comfunc global IFaxOutgoingJob_get_Subject 7 sptr
#comfunc global IFaxOutgoingJob_get_DocumentName 8 sptr
#comfunc global IFaxOutgoingJob_get_Pages 9 sptr
#comfunc global IFaxOutgoingJob_get_Size 10 sptr
#comfunc global IFaxOutgoingJob_get_SubmissionId 11 sptr
#comfunc global IFaxOutgoingJob_get_Id 12 sptr
#comfunc global IFaxOutgoingJob_get_OriginalScheduledTime 13 sptr
#comfunc global IFaxOutgoingJob_get_SubmissionTime 14 sptr
#comfunc global IFaxOutgoingJob_get_ReceiptType 15 sptr
#comfunc global IFaxOutgoingJob_get_Priority 16 sptr
#comfunc global IFaxOutgoingJob_get_Sender 17 sptr
#comfunc global IFaxOutgoingJob_get_Recipient 18 sptr
#comfunc global IFaxOutgoingJob_get_CurrentPage 19 sptr
#comfunc global IFaxOutgoingJob_get_DeviceId 20 sptr
#comfunc global IFaxOutgoingJob_get_Status 21 sptr
#comfunc global IFaxOutgoingJob_get_ExtendedStatusCode 22 sptr
#comfunc global IFaxOutgoingJob_get_ExtendedStatus 23 sptr
#comfunc global IFaxOutgoingJob_get_AvailableOperations 24 sptr
#comfunc global IFaxOutgoingJob_get_Retries 25 sptr
#comfunc global IFaxOutgoingJob_get_ScheduledTime 26 sptr
#comfunc global IFaxOutgoingJob_get_TransmissionStart 27 sptr
#comfunc global IFaxOutgoingJob_get_TransmissionEnd 28 sptr
#comfunc global IFaxOutgoingJob_get_CSID 29 sptr
#comfunc global IFaxOutgoingJob_get_TSID 30 sptr
#comfunc global IFaxOutgoingJob_get_GroupBroadcastReceipts 31 sptr
#comfunc global IFaxOutgoingJob_Pause 32
#comfunc global IFaxOutgoingJob_Resume 33
#comfunc global IFaxOutgoingJob_Restart 34
#comfunc global IFaxOutgoingJob_CopyTiff 35 wstr
#comfunc global IFaxOutgoingJob_Refresh 36
#comfunc global IFaxOutgoingJob_Cancel 37
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。