CHANGER_ELEMENT_LIST structure (ntddchgr.h)
The CHANGER_ELEMENT_LIST structure indicates a range of elements of a single type.
Syntax
typedef struct _CHANGER_ELEMENT_LIST {
CHANGER_ELEMENT Element;
ULONG NumberOfElements;
} CHANGER_ELEMENT_LIST, *PCHANGER_ELEMENT_LIST;
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.
Requirements
Requirement | Value |
---|---|
Header | ntddchgr.h |