// dispmprt.h
NTSTATUS DlQueryServices(
PVOID DeviceHandle,
VIDEO_PORT_SERVICES ServicesType,
PINTERFACE Interface
);
View the official Windows Driver Kit DDI referenceNo description available.
Exposes a specified interface that is implemented by the display driver.
DeviceHandleA handle that represents a display adapter.
ServicesTypeInterfaceThis function returns NTSTATUS.