Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CHANGER_ELEMENT_LIST structure (winioctl.h)

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

Syntax

typedef struct _CHANGER_ELEMENT_LIST {
 CHANGER_ELEMENT Element;
 DWORD NumberOfElements;
} CHANGER_ELEMENT_LIST, *PCHANGER_ELEMENT_LIST;

Members

Element

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

NumberOfElements

The number of elements in the range.

Requirements

Requirement Value
Minimum supported client Windows XP
Minimum supported server Windows Server 2003
Header winioctl.h (include Windows.h)

See also

CHANGER_ELEMENT

IOCTL_CHANGER_REINITIALIZE_TRANSPORT


Feedback

Was this page helpful?

Additional resources