ホーム › System.RemoteDesktop › ITsSbOrchestration
ITsSbOrchestration
COMメソッド 1
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
vtbl 5 HRESULT PrepareTargetForConnect(ITsSbClientConnection* pConnection, ITsSbOrchestrationNotifySink* pOrchestrationNotifySink)
| pConnection | ITsSbClientConnection* | in | 接続準備の対象となるクライアント接続(ITsSbClientConnection)へのポインタである。 |
| pOrchestrationNotifySink | ITsSbOrchestrationNotifySink* | in | ターゲット準備完了を非同期に通知するための通知シンク(ITsSbOrchestrationNotifySink)へのポインタである。 |
HSP用 COM定義
#usecom / #comfunc によるHSPのCOM呼び出し定義。数字は vtbl インデックス(0始まり)。クラスIDが無い場合 #usecom の末尾は "{}"、ある場合は "{CLSID}"。
#define global IID_ITsSbOrchestration "{64FC1172-9EB7-11DC-8B00-3ABA56D89593}"
#usecom global ITsSbOrchestration IID_ITsSbOrchestration "{}"
#comfunc global ITsSbOrchestration_PrepareTargetForConnect 5 sptr,sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。