#define global IID_ITsSbClientConnection "{18857499-AD61-4B1B-B7DF-CBCD41FB8338}"
#usecom global ITsSbClientConnection IID_ITsSbClientConnection "{}"
#comfunc global ITsSbClientConnection_get_UserName 3 var
#comfunc global ITsSbClientConnection_get_Domain 4 var
#comfunc global ITsSbClientConnection_get_InitialProgram 5 var
#comfunc global ITsSbClientConnection_get_LoadBalanceResult 6 sptr
#comfunc global ITsSbClientConnection_get_FarmName 7 var
#comfunc global ITsSbClientConnection_PutContext 8 wstr,int,var
#comfunc global ITsSbClientConnection_GetContext 9 wstr,var
#comfunc global ITsSbClientConnection_get_Environment 10 sptr
#comfunc global ITsSbClientConnection_get_ConnectionError 11
#comfunc global ITsSbClientConnection_get_SamUserAccount 12 var
#comfunc global ITsSbClientConnection_get_ClientConnectionPropertySet 13 sptr
#comfunc global ITsSbClientConnection_get_IsFirstAssignment 14 var
#comfunc global ITsSbClientConnection_get_RdFarmType 15 var
#comfunc global ITsSbClientConnection_get_UserSidString 16 var
#comfunc global ITsSbClientConnection_GetDisconnectedSession 17 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。#define global IID_ITsSbClientConnection "{18857499-AD61-4B1B-B7DF-CBCD41FB8338}"
#usecom global ITsSbClientConnection IID_ITsSbClientConnection "{}"
#comfunc global ITsSbClientConnection_get_UserName 3 sptr
#comfunc global ITsSbClientConnection_get_Domain 4 sptr
#comfunc global ITsSbClientConnection_get_InitialProgram 5 sptr
#comfunc global ITsSbClientConnection_get_LoadBalanceResult 6 sptr
#comfunc global ITsSbClientConnection_get_FarmName 7 sptr
#comfunc global ITsSbClientConnection_PutContext 8 wstr,int,sptr
#comfunc global ITsSbClientConnection_GetContext 9 wstr,sptr
#comfunc global ITsSbClientConnection_get_Environment 10 sptr
#comfunc global ITsSbClientConnection_get_ConnectionError 11
#comfunc global ITsSbClientConnection_get_SamUserAccount 12 sptr
#comfunc global ITsSbClientConnection_get_ClientConnectionPropertySet 13 sptr
#comfunc global ITsSbClientConnection_get_IsFirstAssignment 14 sptr
#comfunc global ITsSbClientConnection_get_RdFarmType 15 sptr
#comfunc global ITsSbClientConnection_get_UserSidString 16 sptr
#comfunc global ITsSbClientConnection_GetDisconnectedSession 17 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。