IO_DEVICE_HINT_ECP_CONTEXT - NtDoc

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

typedef struct _IO_DEVICE_HINT_ECP_CONTEXT {
  PDEVICE_OBJECT TargetDevice;
  UNICODE_STRING RemainingName;
} IO_DEVICE_HINT_ECP_CONTEXT, *PIO_DEVICE_HINT_ECP_CONTEXT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntifs-io_device_hint_ecp_context)

Description

The IO_DEVICE_HINT_ECP_CONTEXT structure contains the extra create parameters (ECP) context that the I/O manager uses to pass back information to the filter manager about a reparse when the reparse target goes to a new device.

Members

TargetDevice

The reparse target device.

RemainingName

String containing the remaining portion of the pathname string.

Remarks

The system-defined GUID_ECP_IO_DEVICE_HINT value is used with this ECP context structure when calling ECP-related support routines such as FltAllocateExtraCreateParameter and FsRtlRemoveExtraCreateParameter.

See Introduction to extra create parameters for more information.