Win32 API 日本語リファレンス
ホームSystem.MessageQueuing › IMSMQQueueInfo2

IMSMQQueueInfo2

COMIDispatch (デュアル)
IDispatch を実装(デュアルインターフェース)。HSP では comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。
IIDfd174a80-89cf-11d2-b0f2-00e02c074f6b継承元IDispatch呼び出し名前(IDispatch) または vtbl自前メソッド開始 vtbl7

メソッド 34

vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。

vtblメソッド
7HRESULT get_QueueGuid(LPWSTR* pbstrGuidQueue)
8HRESULT get_ServiceTypeGuid(LPWSTR* pbstrGuidServiceType)
9HRESULT put_ServiceTypeGuid(LPWSTR bstrGuidServiceType)
10HRESULT get_Label(LPWSTR* pbstrLabel)
11HRESULT put_Label(LPWSTR bstrLabel)
12HRESULT get_PathName(LPWSTR* pbstrPathName)
13HRESULT put_PathName(LPWSTR bstrPathName)
14HRESULT get_FormatName(LPWSTR* pbstrFormatName)
15HRESULT put_FormatName(LPWSTR bstrFormatName)
16HRESULT get_IsTransactional(SHORT* pisTransactional)
17HRESULT get_PrivLevel(INT* plPrivLevel)
18HRESULT put_PrivLevel(INT lPrivLevel)
19HRESULT get_Journal(INT* plJournal)
20HRESULT put_Journal(INT lJournal)
21HRESULT get_Quota(INT* plQuota)
22HRESULT put_Quota(INT lQuota)
23HRESULT get_BasePriority(INT* plBasePriority)
24HRESULT put_BasePriority(INT lBasePriority)
25HRESULT get_CreateTime(VARIANT* pvarCreateTime)
26HRESULT get_ModifyTime(VARIANT* pvarModifyTime)
27HRESULT get_Authenticate(INT* plAuthenticate)
28HRESULT put_Authenticate(INT lAuthenticate)
29HRESULT get_JournalQuota(INT* plJournalQuota)
30HRESULT put_JournalQuota(INT lJournalQuota)
31HRESULT get_IsWorldReadable(SHORT* pisWorldReadable)
32HRESULT Create(VARIANT* IsTransactional, VARIANT* IsWorldReadable)
33HRESULT Delete()
34HRESULT Open(INT Access, INT ShareMode, IMSMQQueue2** ppq)
35HRESULT Refresh()
36HRESULT Update()
37HRESULT get_PathNameDNS(LPWSTR* pbstrPathNameDNS)
38HRESULT get_Properties(IDispatch** ppcolProperties)
39HRESULT get_Security(VARIANT* pvarSecurity)
40HRESULT put_Security(VARIANT varSecurity)