// d3dkmthk.h
NTSTATUS D3DKMTGetPresentQueueEvent(
[in] D3DKMT_HANDLE hAdapter,
[in, out] HANDLE *unnamedParam2
);
View the official Windows Driver Kit DDI referenceNo description available.
Get present queue event.
hAdapter [in]A handle to the graphics adapter.
unnamedParam2 [in, out]Pointer to a handle that contains the events.
This function returns NTSTATUS.