DlGetAssociatedDeviceExtension - NtDoc

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

PVOID DlGetAssociatedDeviceExtension(
  PVOID DeviceObject
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DlGetAssociatedDeviceExtension function

Description

Returns the device extension for the parent of the specified device object.

Parameters

DeviceObject

A handle that represents a display object.

Return value

This function returns PVOID.

Remarks

See also