DeviceProperties.GetApplicationData Method

Language:

Retrieves the application-defined value associated with an in-game action.

Definition

Visual Basic Public Function GetApplicationData( _
    ByVal how As ParameterHow, _
    ByVal objectId As Integer _
) As Object
C# public object GetApplicationData(
    ParameterHow how,
    int objectId
);
C++ public:
ObjectGetApplicationData(
    ParameterHow how,
    int objectId
);
JScript public function GetApplicationData(
    how : ParameterHow,
    objectId : int
) : Object;

Parameters

how Microsoft.DirectX.DirectInput.ParameterHow
objectId System.Int32

Return Value

System.Object


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center