[]
        
(Showing Draft Content)

C1.Util.Win.Win32.ToUnicodeEx

ToUnicodeEx Method

ToUnicodeEx(uint, uint, byte[], StringBuilder, int, uint, IntPtr)

Declaration
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
Parameters
Type Name Description
uint wVirtKey
uint wScanCode
byte[] lpKeyState
StringBuilder pwszBuff
int cchBuff
uint wFlags
IntPtr dwhkl
Returns
Type Description
int