C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / ToUnicodeEx Method

In This Topic
ToUnicodeEx Method (Win32)
In This Topic
Syntax
'Declaration
 
Public Shared Function ToUnicodeEx( _
   ByVal wVirtKey As UInteger, _
   ByVal wScanCode As UInteger, _
   ByVal lpKeyState() As Byte, _
   ByVal pwszBuff As StringBuilder, _
   ByVal cchBuff As Integer, _
   ByVal wFlags As UInteger, _
   ByVal dwhkl As IntPtr _
) As Integer
 

Parameters

wVirtKey
wScanCode
lpKeyState
pwszBuff
cchBuff
wFlags
dwhkl
See Also