#define global IID_IRTCPresenceContact "{8B22F92C-CD90-42DB-A733-212205C3E3DF}"
#usecom global IRTCPresenceContact IID_IRTCPresenceContact "{}"
#comfunc global IRTCPresenceContact_get_PresentityURI 3 var
#comfunc global IRTCPresenceContact_put_PresentityURI 4 wstr
#comfunc global IRTCPresenceContact_get_Name 5 var
#comfunc global IRTCPresenceContact_put_Name 6 wstr
#comfunc global IRTCPresenceContact_get_Data 7 var
#comfunc global IRTCPresenceContact_put_Data 8 wstr
#comfunc global IRTCPresenceContact_get_Persistent 9 var
#comfunc global IRTCPresenceContact_put_Persistent 10 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。#define global IID_IRTCPresenceContact "{8B22F92C-CD90-42DB-A733-212205C3E3DF}"
#usecom global IRTCPresenceContact IID_IRTCPresenceContact "{}"
#comfunc global IRTCPresenceContact_get_PresentityURI 3 sptr
#comfunc global IRTCPresenceContact_put_PresentityURI 4 wstr
#comfunc global IRTCPresenceContact_get_Name 5 sptr
#comfunc global IRTCPresenceContact_put_Name 6 wstr
#comfunc global IRTCPresenceContact_get_Data 7 sptr
#comfunc global IRTCPresenceContact_put_Data 8 wstr
#comfunc global IRTCPresenceContact_get_Persistent 9 sptr
#comfunc global IRTCPresenceContact_put_Persistent 10 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。