#define global IID_IMSMQQueueInfo2 "{FD174A80-89CF-11D2-B0F2-00E02C074F6B}"
#usecom global IMSMQQueueInfo2 IID_IMSMQQueueInfo2 "{D7D6E07C-DCCD-11D0-AA4B-0060970DEBAE}"
#comfunc global IMSMQQueueInfo2_get_QueueGuid 7 var
#comfunc global IMSMQQueueInfo2_get_ServiceTypeGuid 8 var
#comfunc global IMSMQQueueInfo2_put_ServiceTypeGuid 9 wstr
#comfunc global IMSMQQueueInfo2_get_Label 10 var
#comfunc global IMSMQQueueInfo2_put_Label 11 wstr
#comfunc global IMSMQQueueInfo2_get_PathName 12 var
#comfunc global IMSMQQueueInfo2_put_PathName 13 wstr
#comfunc global IMSMQQueueInfo2_get_FormatName 14 var
#comfunc global IMSMQQueueInfo2_put_FormatName 15 wstr
#comfunc global IMSMQQueueInfo2_get_IsTransactional 16 var
#comfunc global IMSMQQueueInfo2_get_PrivLevel 17 var
#comfunc global IMSMQQueueInfo2_put_PrivLevel 18 int
#comfunc global IMSMQQueueInfo2_get_Journal 19 var
#comfunc global IMSMQQueueInfo2_put_Journal 20 int
#comfunc global IMSMQQueueInfo2_get_Quota 21 var
#comfunc global IMSMQQueueInfo2_put_Quota 22 int
#comfunc global IMSMQQueueInfo2_get_BasePriority 23 var
#comfunc global IMSMQQueueInfo2_put_BasePriority 24 int
#comfunc global IMSMQQueueInfo2_get_CreateTime 25 var
#comfunc global IMSMQQueueInfo2_get_ModifyTime 26 var
#comfunc global IMSMQQueueInfo2_get_Authenticate 27 var
#comfunc global IMSMQQueueInfo2_put_Authenticate 28 int
#comfunc global IMSMQQueueInfo2_get_JournalQuota 29 var
#comfunc global IMSMQQueueInfo2_put_JournalQuota 30 int
#comfunc global IMSMQQueueInfo2_get_IsWorldReadable 31 var
#comfunc global IMSMQQueueInfo2_Create 32 var,var
#comfunc global IMSMQQueueInfo2_Delete 33
#comfunc global IMSMQQueueInfo2_Open 34 int,int,sptr
#comfunc global IMSMQQueueInfo2_Refresh 35
#comfunc global IMSMQQueueInfo2_Update 36
#comfunc global IMSMQQueueInfo2_get_PathNameDNS 37 var
#comfunc global IMSMQQueueInfo2_get_Properties 38 sptr
#comfunc global IMSMQQueueInfo2_get_Security 39 var
#comfunc global IMSMQQueueInfo2_put_Security 40 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※#usecom 末尾は CoCreateInstance 用のクラスID(コクラスCLSID, SDKから自動取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IMSMQQueueInfo2 "{FD174A80-89CF-11D2-B0F2-00E02C074F6B}"
#usecom global IMSMQQueueInfo2 IID_IMSMQQueueInfo2 "{D7D6E07C-DCCD-11D0-AA4B-0060970DEBAE}"
#comfunc global IMSMQQueueInfo2_get_QueueGuid 7 sptr
#comfunc global IMSMQQueueInfo2_get_ServiceTypeGuid 8 sptr
#comfunc global IMSMQQueueInfo2_put_ServiceTypeGuid 9 wstr
#comfunc global IMSMQQueueInfo2_get_Label 10 sptr
#comfunc global IMSMQQueueInfo2_put_Label 11 wstr
#comfunc global IMSMQQueueInfo2_get_PathName 12 sptr
#comfunc global IMSMQQueueInfo2_put_PathName 13 wstr
#comfunc global IMSMQQueueInfo2_get_FormatName 14 sptr
#comfunc global IMSMQQueueInfo2_put_FormatName 15 wstr
#comfunc global IMSMQQueueInfo2_get_IsTransactional 16 sptr
#comfunc global IMSMQQueueInfo2_get_PrivLevel 17 sptr
#comfunc global IMSMQQueueInfo2_put_PrivLevel 18 int
#comfunc global IMSMQQueueInfo2_get_Journal 19 sptr
#comfunc global IMSMQQueueInfo2_put_Journal 20 int
#comfunc global IMSMQQueueInfo2_get_Quota 21 sptr
#comfunc global IMSMQQueueInfo2_put_Quota 22 int
#comfunc global IMSMQQueueInfo2_get_BasePriority 23 sptr
#comfunc global IMSMQQueueInfo2_put_BasePriority 24 int
#comfunc global IMSMQQueueInfo2_get_CreateTime 25 sptr
#comfunc global IMSMQQueueInfo2_get_ModifyTime 26 sptr
#comfunc global IMSMQQueueInfo2_get_Authenticate 27 sptr
#comfunc global IMSMQQueueInfo2_put_Authenticate 28 int
#comfunc global IMSMQQueueInfo2_get_JournalQuota 29 sptr
#comfunc global IMSMQQueueInfo2_put_JournalQuota 30 int
#comfunc global IMSMQQueueInfo2_get_IsWorldReadable 31 sptr
#comfunc global IMSMQQueueInfo2_Create 32 sptr,sptr
#comfunc global IMSMQQueueInfo2_Delete 33
#comfunc global IMSMQQueueInfo2_Open 34 int,int,sptr
#comfunc global IMSMQQueueInfo2_Refresh 35
#comfunc global IMSMQQueueInfo2_Update 36
#comfunc global IMSMQQueueInfo2_get_PathNameDNS 37 sptr
#comfunc global IMSMQQueueInfo2_get_Properties 38 sptr
#comfunc global IMSMQQueueInfo2_get_Security 39 sptr
#comfunc global IMSMQQueueInfo2_put_Security 40 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※#usecom 末尾は CoCreateInstance 用のクラスID(コクラスCLSID, SDKから自動取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。