PostKeybdMessage (coredll)
Last changed: anonymous

.
Summary
TODO - a short description

C# Signature:

[DllImport("coredll.dll", EntryPoint="PostKeybdMessage", SetLastError=true)]
internal static extern bool PostKeybdMessage(IntPtr hwnd, uint vKey, KeyStateFlags flags, uint cCharacters, KeyStateFlags[] pShiftStateBuffer, uint[] pCharacterBuffer);

VB Signature:

Declare Function PostKeybdMessage Lib "coredll.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

Taken from openNetCF in OpenNETCF.Win32.Core

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation