VendorRegistersGetEvent Delegate

Represents the callback method that will handle the VendorRegistersGet event of a Wheel object.

Syntax

public delegate void VendorRegistersGetEvent(
         IWheel pIWheel,
         Array<uint32>^ pRegisters
)  

Parameters

pIWheel
Type: IWheel 

IWheel object that fired the event.

pRegisters
Type: uint32 

  Array that contains the vendor loop registers.

Remarks

Important This delegate receives the information returned from a call to the Wheel.GetVendorRegistersFromDevice method.

Requirements

Namespace: Microsoft.Xbox.Input

Metadata: microsoft.xbox.input.winmd

See also

Reference

Microsoft.Xbox.Input Namespace