DlQueryServices - NtDoc

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

NTSTATUS DlQueryServices(
  PVOID               DeviceHandle,
  VIDEO_PORT_SERVICES ServicesType,
  PINTERFACE          Interface
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-dispmprt-dlqueryservices)

DlQueryServices function

Description

Exposes a specified interface that is implemented by the display driver.

Parameters

DeviceHandle

A handle that represents a display adapter.

ServicesType

Interface

Return value

This function returns NTSTATUS.

Remarks

See also