Represents the callback method that will handle the ApplicationMemoryGet event of a Wheel object.
public delegate void ApplicationMemoryGetEvent(
IWheel pIWheel,
uint32 address,
Array<uint32>^ pData
)
pIWheel
Type: IWheel
IWheel object that fired the event.
address
Type: uint32
Address of the variable in application memory that fired the event.
pData
Type: uint32
Value of the variable in application memory that fired the event.
Important This delegate receives the information returned from a call to the Wheel.GetVariablesFromDevice method.
Namespace: Microsoft.Xbox.Input
Metadata: microsoft.xbox.input.winmd