IDXCoreAdapter::IsPropertySupported method
Determines whether this DXCore adapter object and the current operating system (OS) support the specified adapter property.
Syntax
virtual bool STDMETHODCALLTYPE IsPropertySupported(
DXCoreAdapterProperty property) = 0;
Parameters
property
Type: DXCoreAdapterProperty
The type of property that you're querying about support for. See the table in DXCoreAdapterProperty for more info about each adapter property.
Returns
Type: bool
Returns true
if this DXCore adapter object and the current operating system (OS) support the specified adapter property. Otherwise, returns false
.
See also
IDXCoreAdapter, DXCore reference, DXCore adapter attribute GUIDs, Using DXCore to enumerate adapters