PFND3D12DDI_CALCPRIVATEVIDEOEXTENSIONCOMMANDSIZE_0061 - NtDoc

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

PFND3D12DDI_CALCPRIVATEVIDEOEXTENSIONCOMMANDSIZE_0061 Pfnd3d12ddiCalcprivatevideoextensioncommandsize0061;

SIZE_T Pfnd3d12ddiCalcprivatevideoextensioncommandsize0061(
  D3D12DDI_HDEVICE hDrvDevice,
  const D3D12DDIARG_CREATE_VIDEO_EXTENSION_COMMAND_0063 *pArgs
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3D12DDI_CALCPRIVATEVIDEOEXTENSIONCOMMANDSIZE_0061 callback function

Description

Returns the driver for the video extension object size. Direct3D runtime allocates space for this driver object. On creation, the driver places the object into the allocation that was provided by the runtime.

Parameters

hDrvDevice

Handle for the D3D12 device.

pArgs

Pointer to a D3D12DDIARG_CREATE_VIDEO_EXTENSION_COMMAND_0063 structure.

Return value

Returns SIZE_T.

Prototype

//Declaration

PFND3D12DDI_CALCPRIVATEVIDEOEXTENSIONCOMMANDSIZE_0061 Pfnd3d12ddiCalcprivatevideoextensioncommandsize0061;

// Definition

SIZE_T Pfnd3d12ddiCalcprivatevideoextensioncommandsize0061
(
    D3D12DDI_HDEVICE hDrvDevice
     const D3D12DDIARG_CREATE_VIDEO_EXTENSION_COMMAND_0063 *pArgs
)
{...}

Remarks

See also