PFND3D12DDI_CHECK_DRIVER_MATCHING_IDENTIFIER_0054 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d12umddi.h

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
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3d12umddi-pfnd3d12ddi_check_driver_matching_identifier_0054)

PFND3D12DDI_CHECK_DRIVER_MATCHING_IDENTIFIER_0054 callback function

Description

Checks the serialized driver identifier to see if it matches the specified device.

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.

Prototype

//Declaration

PFND3D12DDI_CHECK_DRIVER_MATCHING_IDENTIFIER_0054 Pfnd3d12ddiCheckDriverMatchingIdentifier0054;

// Definition

D3D12DDI_DRIVER_MATCHING_IDENTIFIER_STATUS Pfnd3d12ddiCheckDriverMatchingIdentifier0054
(
    D3D12DDI_HDEVICE Arg1
    D3D12DDI_SERIALIZED_DATA_TYPE Arg2
    CONST D3D12DDI_SERIALIZED_DATA_DRIVER_MATCHING_IDENTIFIER_0054 *
)
{...}

Remarks

See also