Commit 4aab4355 authored by Biswapriyo Nath's avatar Biswapriyo Nath Committed by Alexandre Julliard

include: Fix CancelObjectCreation name in IMFSourceResolver interface.

parent e997f6a4
......@@ -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);
}
[
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment