ComponentOne SuperTooltip for WinForms
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 System.UInteger, _
       ByVal wScanCode As System.UInteger, _
       ByVal lpKeyState() As System.Byte, _
       ByVal pwszBuff As System.Text.StringBuilder, _
       ByVal cchBuff As System.Integer, _
       ByVal wFlags As System.UInteger, _
       ByVal dwhkl As System.IntPtr _
    ) As System.Integer
    public static System.int ToUnicodeEx( 
       System.uint wVirtKey,
       System.uint wScanCode,
       System.byte[] lpKeyState,
       System.Text.StringBuilder pwszBuff,
       System.int cchBuff,
       System.uint wFlags,
       System.IntPtr dwhkl
    )

    Parameters

    wVirtKey
    wScanCode
    lpKeyState
    pwszBuff
    cchBuff
    wFlags
    dwhkl
    See Also