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

CHANGER_ELEMENT_LIST

ELEMENT_TYPE

IOCTL_CHANGER_REINITIALIZE_TRANSPORT