Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
CHANGER_ELEMENT structure (winioctl.h)
Represents a changer element.
Syntax
typedef struct _CHANGER_ELEMENT {
ELEMENT_TYPE ElementType;
DWORD ElementAddress;
} CHANGER_ELEMENT, *PCHANGER_ELEMENT;
Members
ElementType
The element type. This parameter can be one of the values from the ELEMENT_TYPE enumeration type.
ElementAddress
The zero-based address of the element.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP |
| Minimum supported server | Windows Server 2003 |
| Header | winioctl.h (include Windows.h) |
See also
Feedback
Was this page helpful?
