InputPanel for WinForms | ComponentOne
C1.Win.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
    public static int ToUnicodeEx( 
       uint wVirtKey,
       uint wScanCode,
       byte[] lpKeyState,
       StringBuilder pwszBuff,
       int cchBuff,
       uint wFlags,
       IntPtr dwhkl
    )

    Parameters

    wVirtKey
    wScanCode
    lpKeyState
    pwszBuff
    cchBuff
    wFlags
    dwhkl
    See Also