PFND3D12DDI_SERIALIZE_LIBRARY_0010 - NtDoc

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

PFND3D12DDI_SERIALIZE_LIBRARY_0010 Pfnd3d12ddiSerializeLibrary0010;

HRESULT Pfnd3d12ddiSerializeLibrary0010(
  D3D12DDI_HDEVICE hDevice,
  D3D12DDI_HPIPELINELIBRARY hLibrary,
  VOID *pBlob
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3D12DDI_SERIALIZE_LIBRARY_0010 callback function

Description

Implemented by the client driver to serialize the library.

Parameters

hDevice

A device handle.

hLibrary

A library handle.

pBlob

Pointer to a blob.

Return value

Returns HRESULT.

Prototype

//Declaration

PFND3D12DDI_SERIALIZE_LIBRARY_0010 Pfnd3d12ddiSerializeLibrary0010;

// Definition

HRESULT Pfnd3d12ddiSerializeLibrary0010
(
    D3D12DDI_HDEVICE hDevice
    D3D12DDI_HPIPELINELIBRARY hLibrary
    VOID *pBlob
)
{...}

PFND3D12DDI_SERIALIZE_LIBRARY_0010

Remarks

See also