IContactAggregationAggregate
COMIID7ed1c814-cd30-43c8-9b8d-2e489e53d54b継承元IUnknown自前メソッド開始 vtbl3
メソッド 9
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| pAggregateId | LPWSTR | in | この集約とリンクする対象集約の ID を指定する文字列である。 |
| ppAntiLink | LPWSTR* | out | この集約のアンチリンク情報を受け取る文字列ポインタへのポインタである。 |
| pAntiLink | LPWSTR | in | この集約に設定するアンチリンク情報を指定する文字列である。 |
| pFavoriteOrder | DWORD* | out | この集約のお気に入り順序を表す値を受け取る変数へのポインタである。 |
| favoriteOrder | DWORD | in | この集約に設定するお気に入り順序を表す値を指定する。 |
| ppItemId | LPWSTR* | out | この集約の項目 ID を受け取る文字列ポインタへのポインタである。 |
HSP用 COM定義
#usecom / #comfunc によるHSPのCOM呼び出し定義。数字は vtbl インデックス(0始まり)。クラスIDが無い場合 #usecom の末尾は "{}"、ある場合は "{CLSID}"。
出力引数:
#define global IID_IContactAggregationAggregate "{7ED1C814-CD30-43C8-9B8D-2E489E53D54B}"
#usecom global IContactAggregationAggregate IID_IContactAggregationAggregate "{}"
#comfunc global IContactAggregationAggregate_Save 3
#comfunc global IContactAggregationAggregate_GetComponentItems 4 sptr
#comfunc global IContactAggregationAggregate_Link 5 wstr
#comfunc global IContactAggregationAggregate_get_Groups 6 int,sptr
#comfunc global IContactAggregationAggregate_get_AntiLink 7 var
#comfunc global IContactAggregationAggregate_put_AntiLink 8 wstr
#comfunc global IContactAggregationAggregate_get_FavoriteOrder 9 var
#comfunc global IContactAggregationAggregate_put_FavoriteOrder 10 int
#comfunc global IContactAggregationAggregate_get_Id 11 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。#define global IID_IContactAggregationAggregate "{7ED1C814-CD30-43C8-9B8D-2E489E53D54B}"
#usecom global IContactAggregationAggregate IID_IContactAggregationAggregate "{}"
#comfunc global IContactAggregationAggregate_Save 3
#comfunc global IContactAggregationAggregate_GetComponentItems 4 sptr
#comfunc global IContactAggregationAggregate_Link 5 wstr
#comfunc global IContactAggregationAggregate_get_Groups 6 int,sptr
#comfunc global IContactAggregationAggregate_get_AntiLink 7 sptr
#comfunc global IContactAggregationAggregate_put_AntiLink 8 wstr
#comfunc global IContactAggregationAggregate_get_FavoriteOrder 9 sptr
#comfunc global IContactAggregationAggregate_put_FavoriteOrder 10 int
#comfunc global IContactAggregationAggregate_get_Id 11 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。