PFND3DKMT_GETOVERLAYSTATE - NtDoc

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

PFND3DKMT_GETOVERLAYSTATE Pfnd3dkmtGetoverlaystate;

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

NtDoc

No description available.

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

PFND3DKMT_GETOVERLAYSTATE callback function

Description

Pfnd3dkmtGetoverlaystate retrieves the status about an overlay.

Parameters

unnamedParam1

Pointer to a D3DKMT_GETOVERLAYSTATE structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_GETOVERLAYSTATE Pfnd3dkmtGetoverlaystate;

// Definition

NTSTATUS Pfnd3dkmtGetoverlaystate
(
    D3DKMT_GETOVERLAYSTATE *
)
{...}

Remarks

See also