[]
public static extern int ToUnicodeEx(uint wVirtKey, uint wScanCode, byte[] lpKeyState, StringBuilder pwszBuff, int cchBuff, uint wFlags, IntPtr dwhkl)
Public Shared Function ToUnicodeEx(wVirtKey As UInteger, wScanCode As UInteger, lpKeyState As Byte(), pwszBuff As StringBuilder, cchBuff As Integer, wFlags As UInteger, dwhkl As IntPtr) As Integer
| Type | Name | Description |
|---|---|---|
| uint | wVirtKey | |
| uint | wScanCode | |
| byte[] | lpKeyState | |
| StringBuilder | pwszBuff | |
| int | cchBuff | |
| uint | wFlags | |
| IntPtr | dwhkl |
| Type | Description |
|---|---|
| int |