|
| HRESULT | CreateObjectFromURL ([in] const WCHAR *url, [in] DWORD flags, [in] IPropertyStore *props, [out] MF_OBJECT_TYPE *obj_type, [out] IUnknown **object) |
| |
| HRESULT | CreateObjectFromByteStream ([in] IMFByteStream *stream, [in] const WCHAR *url, [in] DWORD flags, [in] IPropertyStore *props, [out] MF_OBJECT_TYPE *obj_type, [out] IUnknown **object) |
| |
| HRESULT | BeginCreateObjectFromURL ([in] const WCHAR *url, [in] DWORD flags, [in] IPropertyStore *props, [out] IUnknown **cancel_cookie, [in] IMFAsyncCallback *callback, [in] IUnknown *unk_state) |
| |
| HRESULT | RemoteBeginCreateObjectFromURL ([in, string] const WCHAR *url, [in] DWORD flags, [in] IPropertyStore *props, [in] IMFRemoteAsyncCallback *callback) |
| |
| HRESULT | EndCreateObjectFromURL ([in] IMFAsyncResult *result, [out] MF_OBJECT_TYPE *obj_type, [out] IUnknown **object) |
| |
| HRESULT | RemoteEndCreateObjectFromURL ([in] IUnknown *result, [out] MF_OBJECT_TYPE *obj_type, [out] IUnknown **object) |
| |
| HRESULT | BeginCreateObjectFromByteStream ([in] IMFByteStream *stream, [in] const WCHAR *url, [in] DWORD flags, [in] IPropertyStore *props, [out] IUnknown **cancel_cookie, [in] IMFAsyncCallback *callback, [in] IUnknown *unk_state) |
| |
| HRESULT | RemoteBeginCreateObjectFromByteStream ([in] IMFByteStream *stream, [in, unique] const WCHAR *url, [in] DWORD flags, [in, unique] IPropertyStore *props, [in] IMFRemoteAsyncCallback *callback) |
| |
| HRESULT | EndCreateObjectFromByteStream ([in] IMFAsyncResult *result, [out] MF_OBJECT_TYPE *obj_type, [out] IUnknown **object) |
| |
| HRESULT | RemoteEndCreateObjectFromByteStream ([in] IUnknown *result, [out] MF_OBJECT_TYPE *obj_type, [out] IUnknown **object) |
| |
| HRESULT | CanceObjectCreation ([in] IUnknown *cancel_cookie) |
| |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| |
| ULONG | AddRef () |
| |
| ULONG | Release () |
| |
Definition at line 140 of file mfidl.idl.