VkKeyScanEx (user32)
Last changed: -93.117.19.8

.
Summary

C# Signature:

[DllImport("user32.dll", CharSet = CharSet.Unicode)]
static extern short VkKeyScanEx(char ch, IntPtr dwhkl);

VB.Net Signature:

<DllImport("user32.dll", CharSet := CharSet.Unicode)> _
Private Shared Function VkKeyScanEx(ch As Char, dwhkl As IntPtr) As Short
End Function

User-Defined Types:

None.

Notes:

The CharSet.Unicode is needed on the DllImport declaration for the marshaler to correctly marshal unicode chars

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
VkKeyScanEx on MSDN