Desktop Functions: Smart Device Functions:
|
Search Results for "PostKeybdMessage" in [All]coredll
[DllImport("coredll.dll", EntryPoint="PostKeybdMessage", SetLastError=true)]
internal static extern bool PostKeybdMessage(IntPtr hwnd, uint vKey, KeyStateFlags flags, uint cCharacters, KeyStateFlags[] pShiftStateBuffer, uint[] pCharacterBuffer);
Declare Function PostKeybdMessage Lib "coredll.dll" (TODO) As TODO |