ホーム › System.MessageQueuing › IMSMQDestination
IMSMQDestination
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 14
vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 7 | HRESULT Open() |
| 8 | HRESULT Close() |
| 9 | HRESULT get_IsOpen(VARIANT_BOOL* pfIsOpen) |
| 10 | HRESULT get_IADs(IDispatch** ppIADs) |
| 11 | HRESULT putref_IADs(IDispatch* pIADs) |
| 12 | HRESULT get_ADsPath(LPWSTR* pbstrADsPath) |
| 13 | HRESULT put_ADsPath(LPWSTR bstrADsPath) |
| 14 | HRESULT get_PathName(LPWSTR* pbstrPathName) |
| 15 | HRESULT put_PathName(LPWSTR bstrPathName) |
| 16 | HRESULT get_FormatName(LPWSTR* pbstrFormatName) |
| 17 | HRESULT put_FormatName(LPWSTR bstrFormatName) |
| 18 | HRESULT get_Destinations(IDispatch** ppDestinations) |
| 19 | HRESULT putref_Destinations(IDispatch* pDestinations) |
| 20 | HRESULT get_Properties(IDispatch** ppcolProperties) |