PFND3DKMT_GETRUNTIMEDATA - NtDoc

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

PFND3DKMT_GETRUNTIMEDATA Pfnd3dkmtGetruntimedata;

NTSTATUS Pfnd3dkmtGetruntimedata(
  [in, out] const D3DKMT_GETRUNTIMEDATA *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3DKMT_GETRUNTIMEDATA callback function

Description

The D3DKMTGetRuntimeData function is for system use only.

Parameters

unnamedParam1 [in, out]

Reserved for system use.

Return value

The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method might return an appropriate NTSTATUS error code.

Remarks

This function is reserved for system use.