ExInitializeDeviceAts - NtDoc

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

NTSTATUS ExInitializeDeviceAts(
  _DEVICE_OBJECT *PhysicalDeviceObject,
  ULONG          Flags
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdm-exinitializedeviceats)

Description

Describes the ExInitializeDeviceAts function.

Parameters

PhysicalDeviceObject

Defines the _DEVICE_OBJECT parameter PhysicalDeviceObject.

Flags

Defines the ULONG parameter Flags.

Return value

NTSTATUS

Remarks

See also