#define global IID_IFaxOutgoingMessage "{F0EA35DE-CAA5-4A7C-82C7-2B60BA5F2BE2}"
#usecom global IFaxOutgoingMessage IID_IFaxOutgoingMessage "{}"
#comfunc global IFaxOutgoingMessage_get_SubmissionId 7 var
#comfunc global IFaxOutgoingMessage_get_Id 8 var
#comfunc global IFaxOutgoingMessage_get_Subject 9 var
#comfunc global IFaxOutgoingMessage_get_DocumentName 10 var
#comfunc global IFaxOutgoingMessage_get_Retries 11 var
#comfunc global IFaxOutgoingMessage_get_Pages 12 var
#comfunc global IFaxOutgoingMessage_get_Size 13 var
#comfunc global IFaxOutgoingMessage_get_OriginalScheduledTime 14 var
#comfunc global IFaxOutgoingMessage_get_SubmissionTime 15 var
#comfunc global IFaxOutgoingMessage_get_Priority 16 var
#comfunc global IFaxOutgoingMessage_get_Sender 17 sptr
#comfunc global IFaxOutgoingMessage_get_Recipient 18 sptr
#comfunc global IFaxOutgoingMessage_get_DeviceName 19 var
#comfunc global IFaxOutgoingMessage_get_TransmissionStart 20 var
#comfunc global IFaxOutgoingMessage_get_TransmissionEnd 21 var
#comfunc global IFaxOutgoingMessage_get_CSID 22 var
#comfunc global IFaxOutgoingMessage_get_TSID 23 var
#comfunc global IFaxOutgoingMessage_CopyTiff 24 wstr
#comfunc global IFaxOutgoingMessage_Delete 25
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IFaxOutgoingMessage "{F0EA35DE-CAA5-4A7C-82C7-2B60BA5F2BE2}"
#usecom global IFaxOutgoingMessage IID_IFaxOutgoingMessage "{}"
#comfunc global IFaxOutgoingMessage_get_SubmissionId 7 sptr
#comfunc global IFaxOutgoingMessage_get_Id 8 sptr
#comfunc global IFaxOutgoingMessage_get_Subject 9 sptr
#comfunc global IFaxOutgoingMessage_get_DocumentName 10 sptr
#comfunc global IFaxOutgoingMessage_get_Retries 11 sptr
#comfunc global IFaxOutgoingMessage_get_Pages 12 sptr
#comfunc global IFaxOutgoingMessage_get_Size 13 sptr
#comfunc global IFaxOutgoingMessage_get_OriginalScheduledTime 14 sptr
#comfunc global IFaxOutgoingMessage_get_SubmissionTime 15 sptr
#comfunc global IFaxOutgoingMessage_get_Priority 16 sptr
#comfunc global IFaxOutgoingMessage_get_Sender 17 sptr
#comfunc global IFaxOutgoingMessage_get_Recipient 18 sptr
#comfunc global IFaxOutgoingMessage_get_DeviceName 19 sptr
#comfunc global IFaxOutgoingMessage_get_TransmissionStart 20 sptr
#comfunc global IFaxOutgoingMessage_get_TransmissionEnd 21 sptr
#comfunc global IFaxOutgoingMessage_get_CSID 22 sptr
#comfunc global IFaxOutgoingMessage_get_TSID 23 sptr
#comfunc global IFaxOutgoingMessage_CopyTiff 24 wstr
#comfunc global IFaxOutgoingMessage_Delete 25
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。