Commit 5044f57c authored by Reece Dunn's avatar Reece Dunn Committed by Alexandre Julliard

include: data_size on GetPrivateData should be a pointer type since it is an in/out parameter.

parent a9581ade
......@@ -107,7 +107,7 @@ interface IDXGIObject : IUnknown
);
HRESULT GetPrivateData(
[in] REFGUID guid,
[in, out] UINT data_size,
[in, out] UINT *data_size,
[out] void *data
);
HRESULT GetParent(
......
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