CHANGER_ELEMENT_LIST - NtDoc

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

typedef struct _CHANGER_ELEMENT_LIST {
  CHANGER_ELEMENT Element;
  ULONG           NumberOfElements;
} CHANGER_ELEMENT_LIST, *PCHANGER_ELEMENT_LIST;
View the official Windows Driver Kit DDI reference
// winioctl.h

typedef struct _CHANGER_ELEMENT_LIST {
  CHANGER_ELEMENT Element;
  DWORD           NumberOfElements;
} CHANGER_ELEMENT_LIST, *PCHANGER_ELEMENT_LIST;
View the official Win32 API reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddchgr-_changer_element_list)

_CHANGER_ELEMENT_LIST structure

Description

The CHANGER_ELEMENT_LIST structure indicates a range of elements of a single type.

Members

Element

Describes the first element of type CHANGER_ELEMENT in a range NumberOfElements long.

NumberOfElements

Specifies the number of elements in the range.

Remarks

A changer class driver uses CHANGER_ELEMENT_LIST to indicate a range of elements of a single type, typically for an operation such as getting or initializing the status of multiple elements.

See also

CHANGER_ELEMENT

ChangerGetElementStatus

ChangerInitializeElementStatus


Win32 API reference (ns-winioctl-changer_element_list)

CHANGER_ELEMENT_LIST structure

Description

Represents a range of elements of a single type, typically for an operation such as getting or initializing the status of multiple elements.

Members

Element

A CHANGER_ELEMENT structure that represent the first element in the range.

NumberOfElements

The number of elements in the range.

See also

CHANGER_ELEMENT

IOCTL_CHANGER_REINITIALIZE_TRANSPORT