#define global IID_IFaxJobStatus "{8B86F485-FD7F-4824-886B-40C5CAA617CC}"
#usecom global IFaxJobStatus IID_IFaxJobStatus "{}"
#comfunc global IFaxJobStatus_get_Status 7 var
#comfunc global IFaxJobStatus_get_Pages 8 var
#comfunc global IFaxJobStatus_get_Size 9 var
#comfunc global IFaxJobStatus_get_CurrentPage 10 var
#comfunc global IFaxJobStatus_get_DeviceId 11 var
#comfunc global IFaxJobStatus_get_CSID 12 var
#comfunc global IFaxJobStatus_get_TSID 13 var
#comfunc global IFaxJobStatus_get_ExtendedStatusCode 14 var
#comfunc global IFaxJobStatus_get_ExtendedStatus 15 var
#comfunc global IFaxJobStatus_get_AvailableOperations 16 var
#comfunc global IFaxJobStatus_get_Retries 17 var
#comfunc global IFaxJobStatus_get_JobType 18 var
#comfunc global IFaxJobStatus_get_ScheduledTime 19 var
#comfunc global IFaxJobStatus_get_TransmissionStart 20 var
#comfunc global IFaxJobStatus_get_TransmissionEnd 21 var
#comfunc global IFaxJobStatus_get_CallerId 22 var
#comfunc global IFaxJobStatus_get_RoutingInformation 23 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IFaxJobStatus "{8B86F485-FD7F-4824-886B-40C5CAA617CC}"
#usecom global IFaxJobStatus IID_IFaxJobStatus "{}"
#comfunc global IFaxJobStatus_get_Status 7 sptr
#comfunc global IFaxJobStatus_get_Pages 8 sptr
#comfunc global IFaxJobStatus_get_Size 9 sptr
#comfunc global IFaxJobStatus_get_CurrentPage 10 sptr
#comfunc global IFaxJobStatus_get_DeviceId 11 sptr
#comfunc global IFaxJobStatus_get_CSID 12 sptr
#comfunc global IFaxJobStatus_get_TSID 13 sptr
#comfunc global IFaxJobStatus_get_ExtendedStatusCode 14 sptr
#comfunc global IFaxJobStatus_get_ExtendedStatus 15 sptr
#comfunc global IFaxJobStatus_get_AvailableOperations 16 sptr
#comfunc global IFaxJobStatus_get_Retries 17 sptr
#comfunc global IFaxJobStatus_get_JobType 18 sptr
#comfunc global IFaxJobStatus_get_ScheduledTime 19 sptr
#comfunc global IFaxJobStatus_get_TransmissionStart 20 sptr
#comfunc global IFaxJobStatus_get_TransmissionEnd 21 sptr
#comfunc global IFaxJobStatus_get_CallerId 22 sptr
#comfunc global IFaxJobStatus_get_RoutingInformation 23 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。