#define global IID_IFolderAction "{03837543-098B-11D8-9414-505054503030}"
#usecom global IFolderAction IID_IFolderAction "{}"
#comfunc global IFolderAction_get_Age 7 var
#comfunc global IFolderAction_put_Age 8 int
#comfunc global IFolderAction_get_Size 9 var
#comfunc global IFolderAction_put_Size 10 int
#comfunc global IFolderAction_get_Actions 11 var
#comfunc global IFolderAction_put_Actions 12 int
#comfunc global IFolderAction_get_SendCabTo 13 var
#comfunc global IFolderAction_put_SendCabTo 14 wstr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IFolderAction "{03837543-098B-11D8-9414-505054503030}"
#usecom global IFolderAction IID_IFolderAction "{}"
#comfunc global IFolderAction_get_Age 7 sptr
#comfunc global IFolderAction_put_Age 8 int
#comfunc global IFolderAction_get_Size 9 sptr
#comfunc global IFolderAction_put_Size 10 int
#comfunc global IFolderAction_get_Actions 11 sptr
#comfunc global IFolderAction_put_Actions 12 int
#comfunc global IFolderAction_get_SendCabTo 13 sptr
#comfunc global IFolderAction_put_SendCabTo 14 wstr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。