C# Mine
ContentsIndexHome
PreviousUpNext
NativeMethods.PostMessage Method
Syntax
C#
[DllImport("user32")] public static extern bool PostMessage(IntPtr hwnd, int msg, IntPtr wparam, IntPtr lparam);

This is PostMessage, a member of class NativeMethods.

Copyright (c) 2017. All rights reserved.
What do you think about this topic? Send feedback!