Microsoft DirectX 9.0 SDK Update (October 2004)

DeviceProperties.GetKeyName Method

Language:

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

Retrieves the localized key name for a keyboard key

Definition

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

Parameters

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

Return Value

System.String .


© 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