IOCTL_INTERNAL_SERENUM_REMOVE_SELF - NtDoc

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

// CTL_CODE(0x0037, 0x081, METHOD_NEITHER, FILE_ANY_ACCESS)
#define IOCTL_INTERNAL_SERENUM_REMOVE_SELF 0x00370207
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ni-ntddser-ioctl_internal_serenum_remove_self)

IOCTL_INTERNAL_SERENUM_REMOVE_SELF IOCTL

Description

The IOCTL_INTERNAL_SERENUM_REMOVE_SELF request invalidates the bus relations of the filter DO that are associated with a target PDO. (Physically, this request invalidates the bus relations of the RS-232 port to which the target device is attached.)

Parameters

Major code

IRP_MJ_INTERNAL_DEVICE_CONTROL

Input buffer

None.

Input buffer length

None.

Output buffer

None.

Output buffer length

None.

Input/output buffer

Input/output buffer length

Status block

The Status member is set to one of the following values:

STATUS_DELETE_PENDING

The device is in the process of being removed.

STATUS_SUCCESS

The request completed successfully.