// wdm.h
NTSTATUS ExInitializeDeviceAts(
_DEVICE_OBJECT *PhysicalDeviceObject,
ULONG Flags
);
View the official Windows Driver Kit DDI referenceNo description available.
Describes the ExInitializeDeviceAts function.
PhysicalDeviceObjectDefines the _DEVICE_OBJECT parameter PhysicalDeviceObject.
FlagsDefines the ULONG parameter Flags.