// d3dumddi.h
PFND3DDDI_CHECKPRESENTDURATIONSUPPORT Pfnd3dddiCheckpresentdurationsupport;
HRESULT Pfnd3dddiCheckpresentdurationsupport(
HANDLE hDevice,
D3DDDIARG_CHECKPRESENTDURATIONSUPPORT *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Called by the Microsoft Direct3D runtime to request that the user-mode display driver get hardware device capabilities for seamlessly switching to a new monitor refresh rate. Optionally implemented by Windows Display Driver Model (WDDM) 1.3 and later user-mode display drivers.
hDeviceA handle to the display device (graphics context).
unnamedParam2pPresentDurationSupport [in]
A pointer to a D3DDDIARG_CHECKPRESENTDURATIONSUPPORT structure that contains info on hardware device support for seamlessly switching to a new monitor refresh rate.
If this routine succeeds, it returns S_OK. The driver should always return a success code.
D3DDDIARG_CHECKPRESENTDURATIONSUPPORT