#define global IID_IShellLinkDual "{88A05C00-F000-11CE-8350-444553540000}"
#usecom global IShellLinkDual IID_IShellLinkDual "{}"
#comfunc global IShellLinkDual_get_Path 7 var
#comfunc global IShellLinkDual_put_Path 8 wstr
#comfunc global IShellLinkDual_get_Description 9 var
#comfunc global IShellLinkDual_put_Description 10 wstr
#comfunc global IShellLinkDual_get_WorkingDirectory 11 var
#comfunc global IShellLinkDual_put_WorkingDirectory 12 wstr
#comfunc global IShellLinkDual_get_Arguments 13 var
#comfunc global IShellLinkDual_put_Arguments 14 wstr
#comfunc global IShellLinkDual_get_Hotkey 15 var
#comfunc global IShellLinkDual_put_Hotkey 16 int
#comfunc global IShellLinkDual_get_ShowCommand 17 var
#comfunc global IShellLinkDual_put_ShowCommand 18 int
#comfunc global IShellLinkDual_Resolve 19 int
#comfunc global IShellLinkDual_GetIconLocation 20 var,var
#comfunc global IShellLinkDual_SetIconLocation 21 wstr,int
#comfunc global IShellLinkDual_Save 22 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IShellLinkDual "{88A05C00-F000-11CE-8350-444553540000}"
#usecom global IShellLinkDual IID_IShellLinkDual "{}"
#comfunc global IShellLinkDual_get_Path 7 sptr
#comfunc global IShellLinkDual_put_Path 8 wstr
#comfunc global IShellLinkDual_get_Description 9 sptr
#comfunc global IShellLinkDual_put_Description 10 wstr
#comfunc global IShellLinkDual_get_WorkingDirectory 11 sptr
#comfunc global IShellLinkDual_put_WorkingDirectory 12 wstr
#comfunc global IShellLinkDual_get_Arguments 13 sptr
#comfunc global IShellLinkDual_put_Arguments 14 wstr
#comfunc global IShellLinkDual_get_Hotkey 15 sptr
#comfunc global IShellLinkDual_put_Hotkey 16 int
#comfunc global IShellLinkDual_get_ShowCommand 17 sptr
#comfunc global IShellLinkDual_put_ShowCommand 18 int
#comfunc global IShellLinkDual_Resolve 19 int
#comfunc global IShellLinkDual_GetIconLocation 20 sptr,sptr
#comfunc global IShellLinkDual_SetIconLocation 21 wstr,int
#comfunc global IShellLinkDual_Save 22 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。