Win32 API 日本語リファレンス
ホームSystem.RemoteDesktop › ITsSbOrchestration

ITsSbOrchestration

COM
IID64fc1172-9eb7-11dc-8b00-3aba56d89593継承元ITsSbPlugin自前メソッド開始 vtbl5

メソッド 1

vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。

vtbl 5 HRESULT PrepareTargetForConnect(ITsSbClientConnection* pConnection, ITsSbOrchestrationNotifySink* pOrchestrationNotifySink)
pConnectionITsSbClientConnection*in接続準備の対象となるクライアント接続(ITsSbClientConnection)へのポインタである。
pOrchestrationNotifySinkITsSbOrchestrationNotifySink*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 指定が可能。