ToUnicodeEx Method (Win32)
In This Topic
Syntax
'Declaration
Public Shared Function ToUnicodeEx( _
ByVal As UInteger, _
ByVal As UInteger, _
ByVal () As Byte, _
ByVal As StringBuilder, _
ByVal As Integer, _
ByVal As UInteger, _
ByVal As IntPtr _
) As Integer
public static int ToUnicodeEx(
uint ,
uint ,
byte[] ,
StringBuilder ,
int ,
uint ,
IntPtr
)
Parameters
- wVirtKey
- wScanCode
- lpKeyState
- pwszBuff
- cchBuff
- wFlags
- dwhkl
See Also