DlIndicateChildStatus - NtDoc

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

NTSTATUS DlIndicateChildStatus(
  PVOID              DeviceHandle,
  PDXGK_CHILD_STATUS ChildStatus
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DlIndicateChildStatus function

Description

Indicates the child status of the display adapter.

Parameters

DeviceHandle

A handle that represents a display adapter.

ChildStatus

Return value

This function returns NTSTATUS.

Remarks

See also