Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks the serialized driver identifier to see if it matches the specified device.
Syntax
PFND3D12DDI_CHECK_DRIVER_MATCHING_IDENTIFIER_0054 Pfnd3d12ddiCheckDriverMatchingIdentifier0054;
D3D12DDI_DRIVER_MATCHING_IDENTIFIER_STATUS Pfnd3d12ddiCheckDriverMatchingIdentifier0054(
D3D12DDI_HDEVICE unnamedParam1,
D3D12DDI_SERIALIZED_DATA_TYPE unnamedParam2,
const D3D12DDI_SERIALIZED_DATA_DRIVER_MATCHING_IDENTIFIER_0054 *unnamedParam3
)
{...}
Parameters
unnamedParam1
A handle to the device.
unnamedParam2
Specifies the type of serialized data.
unnamedParam3
Pointer to a D3D12DDI_SERIALIZED_DATA_DRIVER_MATCHING_IDENTIFIER_0054 structure.
Return value
Returns D3D12DDI_DRIVER_MATCHING_IDENTIFIER_STATUS that specifies whether the device is compatible with the serialized data.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1809 |
Header | d3d12umddi.h |