PFND3DKMT_CREATEOVERLAY - NtDoc

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

PFND3DKMT_CREATEOVERLAY Pfnd3dkmtCreateoverlay;

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

NtDoc

No description available.

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

PFND3DKMT_CREATEOVERLAY callback function

Description

The PFND3DKMT_CREATEOVERLAY callback function enables the overlay hardware if the hardware is capable.

Parameters

unnamedParam1 [in, out]

Pointer to a D3DKMT_CREATEOVERLAY structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_CREATEOVERLAY Pfnd3dkmtCreateoverlay;

// Definition

NTSTATUS Pfnd3dkmtCreateoverlay
(
    D3DKMT_CREATEOVERLAY *
)
{...}