PFND3DKMT_GETPOSTCOMPOSITIONCAPS - NtDoc

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

PFND3DKMT_GETPOSTCOMPOSITIONCAPS Pfnd3dkmtGetpostcompositioncaps;

NTSTATUS Pfnd3dkmtGetpostcompositioncaps(
  D3DKMT_GET_POST_COMPOSITION_CAPS *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3DKMT_GETPOSTCOMPOSITIONCAPS callback function

Description

Pfnd3dkmtGetpostcompositioncaps retrieves post composition capabilities.

Parameters

unnamedParam1

Pointer to a D3DKMT_GET_POST_COMPOSITION_CAPS structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_GETPOSTCOMPOSITIONCAPS Pfnd3dkmtGetpostcompositioncaps;

// Definition

NTSTATUS Pfnd3dkmtGetpostcompositioncaps
(
    D3DKMT_GET_POST_COMPOSITION_CAPS *
)
{...}

Remarks

See also