#define global IID_IRTCProfile "{D07ECA9E-4062-4DD4-9E7D-722A49BA7303}"
#usecom global IRTCProfile IID_IRTCProfile "{}"
#comfunc global IRTCProfile_get_Key 3 var
#comfunc global IRTCProfile_get_Name 4 var
#comfunc global IRTCProfile_get_XML 5 var
#comfunc global IRTCProfile_get_ProviderName 6 var
#comfunc global IRTCProfile_get_ProviderURI 7 int,var
#comfunc global IRTCProfile_get_ProviderData 8 var
#comfunc global IRTCProfile_get_ClientName 9 var
#comfunc global IRTCProfile_get_ClientBanner 10 var
#comfunc global IRTCProfile_get_ClientMinVer 11 var
#comfunc global IRTCProfile_get_ClientCurVer 12 var
#comfunc global IRTCProfile_get_ClientUpdateURI 13 var
#comfunc global IRTCProfile_get_ClientData 14 var
#comfunc global IRTCProfile_get_UserURI 15 var
#comfunc global IRTCProfile_get_UserName 16 var
#comfunc global IRTCProfile_get_UserAccount 17 var
#comfunc global IRTCProfile_SetCredentials 18 wstr,wstr,wstr
#comfunc global IRTCProfile_get_SessionCapabilities 19 var
#comfunc global IRTCProfile_get_State 20 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。#define global IID_IRTCProfile "{D07ECA9E-4062-4DD4-9E7D-722A49BA7303}"
#usecom global IRTCProfile IID_IRTCProfile "{}"
#comfunc global IRTCProfile_get_Key 3 sptr
#comfunc global IRTCProfile_get_Name 4 sptr
#comfunc global IRTCProfile_get_XML 5 sptr
#comfunc global IRTCProfile_get_ProviderName 6 sptr
#comfunc global IRTCProfile_get_ProviderURI 7 int,sptr
#comfunc global IRTCProfile_get_ProviderData 8 sptr
#comfunc global IRTCProfile_get_ClientName 9 sptr
#comfunc global IRTCProfile_get_ClientBanner 10 sptr
#comfunc global IRTCProfile_get_ClientMinVer 11 sptr
#comfunc global IRTCProfile_get_ClientCurVer 12 sptr
#comfunc global IRTCProfile_get_ClientUpdateURI 13 sptr
#comfunc global IRTCProfile_get_ClientData 14 sptr
#comfunc global IRTCProfile_get_UserURI 15 sptr
#comfunc global IRTCProfile_get_UserName 16 sptr
#comfunc global IRTCProfile_get_UserAccount 17 sptr
#comfunc global IRTCProfile_SetCredentials 18 wstr,wstr,wstr
#comfunc global IRTCProfile_get_SessionCapabilities 19 sptr
#comfunc global IRTCProfile_get_State 20 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。