IOCTL_INTERNAL_CONFIGURE_CHARGER_PROPERTY - NtDoc

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

// CTL_CODE(0x0029, 0x140, METHOD_BUFFERED, FILE_READ_ACCESS | FILE_WRITE_ACCESS)
#define IOCTL_INTERNAL_CONFIGURE_CHARGER_PROPERTY 0x0029C500
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ni-charging-ioctl_internal_configure_charger_property)

IOCTL_INTERNAL_CONFIGURE_CHARGER_PROPERTY IOCTL

Description

The IOCTL_INTERNAL_CONFIGURE_CHARGER_PROPERTY control code is sent from a configurable charger to a device that handles configurable chargers. It configures charger properties.

Parameters

Major code

IRP_MJ_INTERNAL_DEVICE_CONTROL

Input buffer

Irp->AssociatedIrp.SystemBuffer must contain a structure that starts with a CONFIGURABLE_CHARGER_PROPERTY_HEADER structure.

Input buffer length

Parameters.DeviceIoControl.InputBufferLength in the I/O stack location of the IRP indicates the size, in bytes, of the buffer.

Output buffer

None.

Output buffer length

None.

Input/output buffer

Input/output buffer length

Status block

Irp->IoStatus.Status is set to STATUS_SUCCESS or the appropriate error status.

See also

CONFIGURABLE_CHARGER_PROPERTY_HEADER

charging.h