DeviceProperties.GetScanCode(ParameterHow,Int32) Method (Microsoft.DirectX.DirectInput)

Retrieves the scan code for a keyboard key.

Definition

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

Parameters

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

Return Value

System.Int32