#define global IID_INetCfgComponent "{C0E8AE99-306E-11D1-AACF-00805FC1270E}"
#usecom global INetCfgComponent IID_INetCfgComponent "{}"
#comfunc global INetCfgComponent_GetDisplayName 3 var
#comfunc global INetCfgComponent_SetDisplayName 4 wstr
#comfunc global INetCfgComponent_GetHelpText 5 var
#comfunc global INetCfgComponent_GetId 6 var
#comfunc global INetCfgComponent_GetCharacteristics 7 var
#comfunc global INetCfgComponent_GetInstanceGuid 8 var
#comfunc global INetCfgComponent_GetPnpDevNodeId 9 var
#comfunc global INetCfgComponent_GetClassGuid 10 var
#comfunc global INetCfgComponent_GetBindName 11 var
#comfunc global INetCfgComponent_GetDeviceStatus 12 var
#comfunc global INetCfgComponent_OpenParamKey 13 sptr
#comfunc global INetCfgComponent_RaisePropertyUi 14 sptr,int,sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。#define global IID_INetCfgComponent "{C0E8AE99-306E-11D1-AACF-00805FC1270E}"
#usecom global INetCfgComponent IID_INetCfgComponent "{}"
#comfunc global INetCfgComponent_GetDisplayName 3 sptr
#comfunc global INetCfgComponent_SetDisplayName 4 wstr
#comfunc global INetCfgComponent_GetHelpText 5 sptr
#comfunc global INetCfgComponent_GetId 6 sptr
#comfunc global INetCfgComponent_GetCharacteristics 7 sptr
#comfunc global INetCfgComponent_GetInstanceGuid 8 sptr
#comfunc global INetCfgComponent_GetPnpDevNodeId 9 sptr
#comfunc global INetCfgComponent_GetClassGuid 10 sptr
#comfunc global INetCfgComponent_GetBindName 11 sptr
#comfunc global INetCfgComponent_GetDeviceStatus 12 sptr
#comfunc global INetCfgComponent_OpenParamKey 13 sptr
#comfunc global INetCfgComponent_RaisePropertyUi 14 sptr,int,sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。