IWheel.GetVariableAddress Method

Retrieves the address of the specified variable in application memory.

Syntax

public:
uint32 GetVariableAddress(
         String name
)  

Parameters

name
Type: String 

  Name of the variable to retrieve the address of. This variable must have already been created by a previous call to the IWheel.CreateVariable method.

Return value

Type: uint32 

  Address of the specified variable in application memory.

Requirements

Namespace: Microsoft.Xbox.Input

Metadata: microsoft.xbox.input.winmd

See also

Reference

IWheel Interface

IWheel Members

Microsoft.Xbox.Input Namespace