PFND3DKMT_GETDEVICESTATE - NtDoc

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

PFND3DKMT_GETDEVICESTATE Pfnd3dkmtGetdevicestate;

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

NtDoc

No description available.

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

PFND3DKMT_GETDEVICESTATE callback function

Description

Pfnd3dkmtGetdevicestate retrieves the state of a device.

Parameters

unnamedParam1

Pointer to a D3DKMT_GETDEVICESTATE structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_GETDEVICESTATE Pfnd3dkmtGetdevicestate;

// Definition

NTSTATUS Pfnd3dkmtGetdevicestate
(
    D3DKMT_GETDEVICESTATE *
)
{...}

Remarks

See also