include: Fix the level of indirection for the umd_version parameter of the CheckInterfaceSupport method of IDXGIAdapter.

oldstable
Rob Shearman 2008-10-19 17:13:39 +01:00 committed by Alexandre Julliard
parent e3afab2691
commit 639c2de061
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ interface IDXGIAdapter : IDXGIObject
);
HRESULT CheckInterfaceSupport(
[in] REFGUID guid,
[out] LARGE_INTEGER umd_version
[out] LARGE_INTEGER *umd_version
);
}