ホーム › Media.MediaPlayer › IWMPCore
IWMPCore
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 21
vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 7 | HRESULT close() |
| 8 | HRESULT get_URL(LPWSTR* pbstrURL) |
| 9 | HRESULT put_URL(LPWSTR bstrURL) |
| 10 | HRESULT get_openState(WMPOpenState* pwmpos) |
| 11 | HRESULT get_playState(WMPPlayState* pwmpps) |
| 12 | HRESULT get_controls(IWMPControls** ppControl) |
| 13 | HRESULT get_settings(IWMPSettings** ppSettings) |
| 14 | HRESULT get_currentMedia(IWMPMedia** ppMedia) |
| 15 | HRESULT put_currentMedia(IWMPMedia* pMedia) |
| 16 | HRESULT get_mediaCollection(IWMPMediaCollection** ppMediaCollection) |
| 17 | HRESULT get_playlistCollection(IWMPPlaylistCollection** ppPlaylistCollection) |
| 18 | HRESULT get_versionInfo(LPWSTR* pbstrVersionInfo) |
| 19 | HRESULT launchURL(LPWSTR bstrURL) |
| 20 | HRESULT get_network(IWMPNetwork** ppQNI) |
| 21 | HRESULT get_currentPlaylist(IWMPPlaylist** ppPL) |
| 22 | HRESULT put_currentPlaylist(IWMPPlaylist* pPL) |
| 23 | HRESULT get_cdromCollection(IWMPCdromCollection** ppCdromCollection) |
| 24 | HRESULT get_closedCaption(IWMPClosedCaption** ppClosedCaption) |
| 25 | HRESULT get_isOnline(VARIANT_BOOL* pfOnline) |
| 26 | HRESULT get_error(IWMPError** ppError) |
| 27 | HRESULT get_status(LPWSTR* pbstrStatus) |