Skip to content
Snippets Groups Projects
Commit 5044f57c authored by Reece H. Dunn's avatar Reece H. Dunn Committed by Alexandre Julliard
Browse files

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

parent a9581ade
No related branches found
No related tags found
No related merge requests found
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment