PFND3D12DDI_CALC_SERIALIZED_LIBRARY_SIZE_0010 - NtDoc

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

PFND3D12DDI_CALC_SERIALIZED_LIBRARY_SIZE_0010 Pfnd3d12ddiCalcSerializedLibrarySize0010;

SIZE_T Pfnd3d12ddiCalcSerializedLibrarySize0010(
  D3D12DDI_HDEVICE hDevice,
  D3D12DDI_HPIPELINELIBRARY hLibrary
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3D12DDI_CALC_SERIALIZED_LIBRARY_SIZE_0010 callback function

Description

Calculates serialized library size.

Parameters

hDevice

A handle to a display device.

hLibrary

A handle to a pipeline library.

Return value

Returns SIZE_T.

Prototype

//Declaration

PFND3D12DDI_CALC_SERIALIZED_LIBRARY_SIZE_0010 Pfnd3d12ddiCalcSerializedLibrarySize0010;

// Definition

SIZE_T Pfnd3d12ddiCalcSerializedLibrarySize0010
(
    D3D12DDI_HDEVICE hDevice
    D3D12DDI_HPIPELINELIBRARY hLibrary
)
{...}

PFND3D12DDI_CALC_SERIALIZED_LIBRARY_SIZE_0010