#define global IID_FolderItem "{FAC32C80-CBE4-11CE-8350-444553540000}"
#usecom global FolderItem IID_FolderItem "{}"
#comfunc global FolderItem_get_Application 7 sptr
#comfunc global FolderItem_get_Parent 8 sptr
#comfunc global FolderItem_get_Name 9 var
#comfunc global FolderItem_put_Name 10 wstr
#comfunc global FolderItem_get_Path 11 var
#comfunc global FolderItem_get_GetLink 12 sptr
#comfunc global FolderItem_get_GetFolder 13 sptr
#comfunc global FolderItem_get_IsLink 14 var
#comfunc global FolderItem_get_IsFolder 15 var
#comfunc global FolderItem_get_IsFileSystem 16 var
#comfunc global FolderItem_get_IsBrowsable 17 var
#comfunc global FolderItem_get_ModifyDate 18 var
#comfunc global FolderItem_put_ModifyDate 19 double
#comfunc global FolderItem_get_Size 20 var
#comfunc global FolderItem_get_Type 21 var
#comfunc global FolderItem_Verbs 22 sptr
#comfunc global FolderItem_InvokeVerb 23 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_FolderItem "{FAC32C80-CBE4-11CE-8350-444553540000}"
#usecom global FolderItem IID_FolderItem "{}"
#comfunc global FolderItem_get_Application 7 sptr
#comfunc global FolderItem_get_Parent 8 sptr
#comfunc global FolderItem_get_Name 9 sptr
#comfunc global FolderItem_put_Name 10 wstr
#comfunc global FolderItem_get_Path 11 sptr
#comfunc global FolderItem_get_GetLink 12 sptr
#comfunc global FolderItem_get_GetFolder 13 sptr
#comfunc global FolderItem_get_IsLink 14 sptr
#comfunc global FolderItem_get_IsFolder 15 sptr
#comfunc global FolderItem_get_IsFileSystem 16 sptr
#comfunc global FolderItem_get_IsBrowsable 17 sptr
#comfunc global FolderItem_get_ModifyDate 18 sptr
#comfunc global FolderItem_put_ModifyDate 19 double
#comfunc global FolderItem_get_Size 20 sptr
#comfunc global FolderItem_get_Type 21 sptr
#comfunc global FolderItem_Verbs 22 sptr
#comfunc global FolderItem_InvokeVerb 23 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。