DeviceProperties.GetKeyName Method

Language:

Retrieves the localized key name for a keyboard key

Definition

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

Parameters

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

Return Value

System.String


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