#define global IID_IEventSubscription "{4A6B0E15-2E38-11D1-9965-00C04FBBB345}"
#usecom global IEventSubscription IID_IEventSubscription "{}"
#comfunc global IEventSubscription_get_SubscriptionID 7 var
#comfunc global IEventSubscription_put_SubscriptionID 8 wstr
#comfunc global IEventSubscription_get_SubscriptionName 9 var
#comfunc global IEventSubscription_put_SubscriptionName 10 wstr
#comfunc global IEventSubscription_get_PublisherID 11 var
#comfunc global IEventSubscription_put_PublisherID 12 wstr
#comfunc global IEventSubscription_get_EventClassID 13 var
#comfunc global IEventSubscription_put_EventClassID 14 wstr
#comfunc global IEventSubscription_get_MethodName 15 var
#comfunc global IEventSubscription_put_MethodName 16 wstr
#comfunc global IEventSubscription_get_SubscriberCLSID 17 var
#comfunc global IEventSubscription_put_SubscriberCLSID 18 wstr
#comfunc global IEventSubscription_get_SubscriberInterface 19 sptr
#comfunc global IEventSubscription_put_SubscriberInterface 20 sptr
#comfunc global IEventSubscription_get_PerUser 21 var
#comfunc global IEventSubscription_put_PerUser 22 int
#comfunc global IEventSubscription_get_OwnerSID 23 var
#comfunc global IEventSubscription_put_OwnerSID 24 wstr
#comfunc global IEventSubscription_get_Enabled 25 var
#comfunc global IEventSubscription_put_Enabled 26 int
#comfunc global IEventSubscription_get_Description 27 var
#comfunc global IEventSubscription_put_Description 28 wstr
#comfunc global IEventSubscription_get_MachineName 29 var
#comfunc global IEventSubscription_put_MachineName 30 wstr
#comfunc global IEventSubscription_GetPublisherProperty 31 wstr,var
#comfunc global IEventSubscription_PutPublisherProperty 32 wstr,var
#comfunc global IEventSubscription_RemovePublisherProperty 33 wstr
#comfunc global IEventSubscription_GetPublisherPropertyCollection 34 sptr
#comfunc global IEventSubscription_GetSubscriberProperty 35 wstr,var
#comfunc global IEventSubscription_PutSubscriberProperty 36 wstr,var
#comfunc global IEventSubscription_RemoveSubscriberProperty 37 wstr
#comfunc global IEventSubscription_GetSubscriberPropertyCollection 38 sptr
#comfunc global IEventSubscription_get_InterfaceID 39 var
#comfunc global IEventSubscription_put_InterfaceID 40 wstr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IEventSubscription "{4A6B0E15-2E38-11D1-9965-00C04FBBB345}"
#usecom global IEventSubscription IID_IEventSubscription "{}"
#comfunc global IEventSubscription_get_SubscriptionID 7 sptr
#comfunc global IEventSubscription_put_SubscriptionID 8 wstr
#comfunc global IEventSubscription_get_SubscriptionName 9 sptr
#comfunc global IEventSubscription_put_SubscriptionName 10 wstr
#comfunc global IEventSubscription_get_PublisherID 11 sptr
#comfunc global IEventSubscription_put_PublisherID 12 wstr
#comfunc global IEventSubscription_get_EventClassID 13 sptr
#comfunc global IEventSubscription_put_EventClassID 14 wstr
#comfunc global IEventSubscription_get_MethodName 15 sptr
#comfunc global IEventSubscription_put_MethodName 16 wstr
#comfunc global IEventSubscription_get_SubscriberCLSID 17 sptr
#comfunc global IEventSubscription_put_SubscriberCLSID 18 wstr
#comfunc global IEventSubscription_get_SubscriberInterface 19 sptr
#comfunc global IEventSubscription_put_SubscriberInterface 20 sptr
#comfunc global IEventSubscription_get_PerUser 21 sptr
#comfunc global IEventSubscription_put_PerUser 22 int
#comfunc global IEventSubscription_get_OwnerSID 23 sptr
#comfunc global IEventSubscription_put_OwnerSID 24 wstr
#comfunc global IEventSubscription_get_Enabled 25 sptr
#comfunc global IEventSubscription_put_Enabled 26 int
#comfunc global IEventSubscription_get_Description 27 sptr
#comfunc global IEventSubscription_put_Description 28 wstr
#comfunc global IEventSubscription_get_MachineName 29 sptr
#comfunc global IEventSubscription_put_MachineName 30 wstr
#comfunc global IEventSubscription_GetPublisherProperty 31 wstr,sptr
#comfunc global IEventSubscription_PutPublisherProperty 32 wstr,sptr
#comfunc global IEventSubscription_RemovePublisherProperty 33 wstr
#comfunc global IEventSubscription_GetPublisherPropertyCollection 34 sptr
#comfunc global IEventSubscription_GetSubscriberProperty 35 wstr,sptr
#comfunc global IEventSubscription_PutSubscriberProperty 36 wstr,sptr
#comfunc global IEventSubscription_RemoveSubscriberProperty 37 wstr
#comfunc global IEventSubscription_GetSubscriberPropertyCollection 38 sptr
#comfunc global IEventSubscription_get_InterfaceID 39 sptr
#comfunc global IEventSubscription_put_InterfaceID 40 wstr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。