D3DKMTGetPresentQueueEvent - NtDoc

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

NTSTATUS D3DKMTGetPresentQueueEvent(
  [in]      D3DKMT_HANDLE hAdapter,
  [in, out] HANDLE        *unnamedParam2
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-d3dkmthk-d3dkmtgetpresentqueueevent)

D3DKMTGetPresentQueueEvent function

Description

Get present queue event.

Parameters

hAdapter [in]

A handle to the graphics adapter.

unnamedParam2 [in, out]

Pointer to a handle that contains the events.

Return value

This function returns NTSTATUS.

Remarks

See also