PFND3DKMT_SETFSEBLOCK - NtDoc

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

PFND3DKMT_SETFSEBLOCK Pfnd3dkmtSetfseblock;

NTSTATUS Pfnd3dkmtSetfseblock(
  const D3DKMT_SETFSEBLOCK *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dkmthk-pfnd3dkmt_setfseblock)

PFND3DKMT_SETFSEBLOCK callback function

Description

The PFND3DKMT_SETFSEBLOCK callback function sets FSE block.

Parameters

unnamedParam1

Pointer to a D3DKMT_SETFSEBLOCK structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_SETFSEBLOCK Pfnd3dkmtSetfseblock;

// Definition

NTSTATUS Pfnd3dkmtSetfseblock
(
    const D3DKMT_SETFSEBLOCK *
)
{...}

Remarks

See also