#define global IID_ITQueue "{5AFC3149-4BCC-11D1-BF80-00805FC147D3}"
#usecom global ITQueue IID_ITQueue "{}"
#comfunc global ITQueue_put_MeasurementPeriod 7 int
#comfunc global ITQueue_get_MeasurementPeriod 8 var
#comfunc global ITQueue_get_TotalCallsQueued 9 var
#comfunc global ITQueue_get_CurrentCallsQueued 10 var
#comfunc global ITQueue_get_TotalCallsAbandoned 11 var
#comfunc global ITQueue_get_TotalCallsFlowedIn 12 var
#comfunc global ITQueue_get_TotalCallsFlowedOut 13 var
#comfunc global ITQueue_get_LongestEverWaitTime 14 var
#comfunc global ITQueue_get_CurrentLongestWaitTime 15 var
#comfunc global ITQueue_get_AverageWaitTime 16 var
#comfunc global ITQueue_get_FinalDisposition 17 var
#comfunc global ITQueue_get_Name 18 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_ITQueue "{5AFC3149-4BCC-11D1-BF80-00805FC147D3}"
#usecom global ITQueue IID_ITQueue "{}"
#comfunc global ITQueue_put_MeasurementPeriod 7 int
#comfunc global ITQueue_get_MeasurementPeriod 8 sptr
#comfunc global ITQueue_get_TotalCallsQueued 9 sptr
#comfunc global ITQueue_get_CurrentCallsQueued 10 sptr
#comfunc global ITQueue_get_TotalCallsAbandoned 11 sptr
#comfunc global ITQueue_get_TotalCallsFlowedIn 12 sptr
#comfunc global ITQueue_get_TotalCallsFlowedOut 13 sptr
#comfunc global ITQueue_get_LongestEverWaitTime 14 sptr
#comfunc global ITQueue_get_CurrentLongestWaitTime 15 sptr
#comfunc global ITQueue_get_AverageWaitTime 16 sptr
#comfunc global ITQueue_get_FinalDisposition 17 sptr
#comfunc global ITQueue_get_Name 18 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。