#define global IID_IContactAggregationContact "{1EB22E86-4C86-41F0-9F9F-C251E9FDA6C3}"
#usecom global IContactAggregationContact IID_IContactAggregationContact "{}"
#comfunc global IContactAggregationContact_Delete 3
#comfunc global IContactAggregationContact_Save 4
#comfunc global IContactAggregationContact_MoveToAggregate 5 wstr
#comfunc global IContactAggregationContact_Unlink 6
#comfunc global IContactAggregationContact_get_AccountId 7 var
#comfunc global IContactAggregationContact_put_AccountId 8 wstr
#comfunc global IContactAggregationContact_get_AggregateId 9 var
#comfunc global IContactAggregationContact_get_Id 10 var
#comfunc global IContactAggregationContact_get_IsMe 11 var
#comfunc global IContactAggregationContact_get_IsExternal 12 var
#comfunc global IContactAggregationContact_get_NetworkSourceId 13 var
#comfunc global IContactAggregationContact_put_NetworkSourceId 14 int
#comfunc global IContactAggregationContact_get_NetworkSourceIdString 15 var
#comfunc global IContactAggregationContact_put_NetworkSourceIdString 16 wstr
#comfunc global IContactAggregationContact_get_RemoteObjectId 17 var
#comfunc global IContactAggregationContact_put_RemoteObjectId 18 var
#comfunc global IContactAggregationContact_get_SyncIdentityHash 19 var
#comfunc global IContactAggregationContact_put_SyncIdentityHash 20 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。#define global IID_IContactAggregationContact "{1EB22E86-4C86-41F0-9F9F-C251E9FDA6C3}"
#usecom global IContactAggregationContact IID_IContactAggregationContact "{}"
#comfunc global IContactAggregationContact_Delete 3
#comfunc global IContactAggregationContact_Save 4
#comfunc global IContactAggregationContact_MoveToAggregate 5 wstr
#comfunc global IContactAggregationContact_Unlink 6
#comfunc global IContactAggregationContact_get_AccountId 7 sptr
#comfunc global IContactAggregationContact_put_AccountId 8 wstr
#comfunc global IContactAggregationContact_get_AggregateId 9 sptr
#comfunc global IContactAggregationContact_get_Id 10 sptr
#comfunc global IContactAggregationContact_get_IsMe 11 sptr
#comfunc global IContactAggregationContact_get_IsExternal 12 sptr
#comfunc global IContactAggregationContact_get_NetworkSourceId 13 sptr
#comfunc global IContactAggregationContact_put_NetworkSourceId 14 int
#comfunc global IContactAggregationContact_get_NetworkSourceIdString 15 sptr
#comfunc global IContactAggregationContact_put_NetworkSourceIdString 16 wstr
#comfunc global IContactAggregationContact_get_RemoteObjectId 17 sptr
#comfunc global IContactAggregationContact_put_RemoteObjectId 18 sptr
#comfunc global IContactAggregationContact_get_SyncIdentityHash 19 sptr
#comfunc global IContactAggregationContact_put_SyncIdentityHash 20 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。