include: Fix CancelObjectCreation name in IMFSourceResolver interface.
Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com> Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
e997f6a452
commit
4aab4355ed
|
@ -428,7 +428,7 @@ interface IMFSourceResolver : IUnknown
|
|||
[out] IUnknown **object);
|
||||
[call_as(EndCreateObjectFromByteStream)] HRESULT RemoteEndCreateObjectFromByteStream([in] IUnknown *result,
|
||||
[out] MF_OBJECT_TYPE *obj_type, [out] IUnknown **object);
|
||||
[local] HRESULT CanceObjectCreation([in] IUnknown *cancel_cookie);
|
||||
[local] HRESULT CancelObjectCreation([in] IUnknown *cancel_cookie);
|
||||
}
|
||||
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue