Microsoft DirectX 9.0 SDK Update (October 2004)

DeviceProperties.GetScanCode Method

Language:

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

Retrieves the scan code for a keyboard key.

Definition

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

Parameters

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

Return Value

System.Int32 .


© 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