CHANGER_ELEMENT_LIST structure
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
|
Minimum supported client | Windows XP |
|---|---|
|
Minimum supported server | Windows Server 2003 |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 4/16/2013