#define global IID_IFaxReceiptOptions "{378EFAEB-5FCB-4AFB-B2EE-E16E80614487}"
#usecom global IFaxReceiptOptions IID_IFaxReceiptOptions "{}"
#comfunc global IFaxReceiptOptions_get_AuthenticationType 7 var
#comfunc global IFaxReceiptOptions_put_AuthenticationType 8 int
#comfunc global IFaxReceiptOptions_get_SMTPServer 9 var
#comfunc global IFaxReceiptOptions_put_SMTPServer 10 wstr
#comfunc global IFaxReceiptOptions_get_SMTPPort 11 var
#comfunc global IFaxReceiptOptions_put_SMTPPort 12 int
#comfunc global IFaxReceiptOptions_get_SMTPSender 13 var
#comfunc global IFaxReceiptOptions_put_SMTPSender 14 wstr
#comfunc global IFaxReceiptOptions_get_SMTPUser 15 var
#comfunc global IFaxReceiptOptions_put_SMTPUser 16 wstr
#comfunc global IFaxReceiptOptions_get_AllowedReceipts 17 var
#comfunc global IFaxReceiptOptions_put_AllowedReceipts 18 int
#comfunc global IFaxReceiptOptions_get_SMTPPassword 19 var
#comfunc global IFaxReceiptOptions_put_SMTPPassword 20 wstr
#comfunc global IFaxReceiptOptions_Refresh 21
#comfunc global IFaxReceiptOptions_Save 22
#comfunc global IFaxReceiptOptions_get_UseForInboundRouting 23 var
#comfunc global IFaxReceiptOptions_put_UseForInboundRouting 24 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IFaxReceiptOptions "{378EFAEB-5FCB-4AFB-B2EE-E16E80614487}"
#usecom global IFaxReceiptOptions IID_IFaxReceiptOptions "{}"
#comfunc global IFaxReceiptOptions_get_AuthenticationType 7 sptr
#comfunc global IFaxReceiptOptions_put_AuthenticationType 8 int
#comfunc global IFaxReceiptOptions_get_SMTPServer 9 sptr
#comfunc global IFaxReceiptOptions_put_SMTPServer 10 wstr
#comfunc global IFaxReceiptOptions_get_SMTPPort 11 sptr
#comfunc global IFaxReceiptOptions_put_SMTPPort 12 int
#comfunc global IFaxReceiptOptions_get_SMTPSender 13 sptr
#comfunc global IFaxReceiptOptions_put_SMTPSender 14 wstr
#comfunc global IFaxReceiptOptions_get_SMTPUser 15 sptr
#comfunc global IFaxReceiptOptions_put_SMTPUser 16 wstr
#comfunc global IFaxReceiptOptions_get_AllowedReceipts 17 sptr
#comfunc global IFaxReceiptOptions_put_AllowedReceipts 18 int
#comfunc global IFaxReceiptOptions_get_SMTPPassword 19 sptr
#comfunc global IFaxReceiptOptions_put_SMTPPassword 20 wstr
#comfunc global IFaxReceiptOptions_Refresh 21
#comfunc global IFaxReceiptOptions_Save 22
#comfunc global IFaxReceiptOptions_get_UseForInboundRouting 23 sptr
#comfunc global IFaxReceiptOptions_put_UseForInboundRouting 24 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。