// dispmprt.h
PVOID DlGetAssociatedDeviceExtension(
PVOID DeviceObject
);
View the official Windows Driver Kit DDI referenceNo description available.
Returns the device extension for the parent of the specified device object.
DeviceObjectA handle that represents a display object.
This function returns PVOID.