ホーム › System.MessageQueuing › IMSMQQueueInfo
IMSMQQueueInfo
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 30
vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 7 | HRESULT get_QueueGuid(LPWSTR* pbstrGuidQueue) |
| 8 | HRESULT get_ServiceTypeGuid(LPWSTR* pbstrGuidServiceType) |
| 9 | HRESULT put_ServiceTypeGuid(LPWSTR bstrGuidServiceType) |
| 10 | HRESULT get_Label(LPWSTR* pbstrLabel) |
| 11 | HRESULT put_Label(LPWSTR bstrLabel) |
| 12 | HRESULT get_PathName(LPWSTR* pbstrPathName) |
| 13 | HRESULT put_PathName(LPWSTR bstrPathName) |
| 14 | HRESULT get_FormatName(LPWSTR* pbstrFormatName) |
| 15 | HRESULT put_FormatName(LPWSTR bstrFormatName) |
| 16 | HRESULT get_IsTransactional(SHORT* pisTransactional) |
| 17 | HRESULT get_PrivLevel(INT* plPrivLevel) |
| 18 | HRESULT put_PrivLevel(INT lPrivLevel) |
| 19 | HRESULT get_Journal(INT* plJournal) |
| 20 | HRESULT put_Journal(INT lJournal) |
| 21 | HRESULT get_Quota(INT* plQuota) |
| 22 | HRESULT put_Quota(INT lQuota) |
| 23 | HRESULT get_BasePriority(INT* plBasePriority) |
| 24 | HRESULT put_BasePriority(INT lBasePriority) |
| 25 | HRESULT get_CreateTime(VARIANT* pvarCreateTime) |
| 26 | HRESULT get_ModifyTime(VARIANT* pvarModifyTime) |
| 27 | HRESULT get_Authenticate(INT* plAuthenticate) |
| 28 | HRESULT put_Authenticate(INT lAuthenticate) |
| 29 | HRESULT get_JournalQuota(INT* plJournalQuota) |
| 30 | HRESULT put_JournalQuota(INT lJournalQuota) |
| 31 | HRESULT get_IsWorldReadable(SHORT* pisWorldReadable) |
| 32 | HRESULT Create(VARIANT* IsTransactional, VARIANT* IsWorldReadable) |
| 33 | HRESULT Delete() |
| 34 | HRESULT Open(INT Access, INT ShareMode, IMSMQQueue** ppq) |
| 35 | HRESULT Refresh() |
| 36 | HRESULT Update() |