Microsoft DirectX 9.0 SDK Update (October 2004)

DeviceProperties.GetApplicationData Method

Language:

Note: This documentation is preliminary and is subject to change.

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

Definition

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

Parameters

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

Return Value

System.Object .


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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