RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

ExtensionMethods..::..ToUnicode Method

Converts to unicode.

Namespace:  RingSoft.DataEntryControls.WPF
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


[DllImportAttribute]
public static int ToUnicode(
	uint wVirtKey,
	uint wScanCode,
	byte[] lpKeyState,
	StringBuilder pwszBuff,
	int cchBuff,
	uint wFlags
)
<DllImportAttribute> _
Public Shared Function ToUnicode ( _
	wVirtKey As UInteger, _
	wScanCode As UInteger, _
	lpKeyState As Byte(), _
	pwszBuff As StringBuilder, _
	cchBuff As Integer, _
	wFlags As UInteger _
) As Integer
[DllImportAttribute]
public:
static int^ ToUnicode(
	unsigned int^ wVirtKey, 
	unsigned int^ wScanCode, 
	array<unsigned char^>^ lpKeyState, 
	StringBuilder^ pwszBuff, 
	int^ cchBuff, 
	unsigned int^ wFlags
)

Parameters

wVirtKey
Type: UInt32
The w virt key.
wScanCode
Type: UInt32
The w scan code.
lpKeyState
Type: array<Byte>[]()[][]
State of the lp key.
pwszBuff
Type: StringBuilder
The PWSZ buff.
cchBuff
Type: Int32
The CCH buff.
wFlags
Type: UInt32
The w flags.

Return Value

System.Int32.