include: Fix the level of indirection for the umd_version parameter of the CheckInterfaceSupport method of IDXGIAdapter.
This commit is contained in:
parent
e3afab2691
commit
639c2de061
|
@ -212,7 +212,7 @@ interface IDXGIAdapter : IDXGIObject
|
|||
);
|
||||
HRESULT CheckInterfaceSupport(
|
||||
[in] REFGUID guid,
|
||||
[out] LARGE_INTEGER umd_version
|
||||
[out] LARGE_INTEGER *umd_version
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue