예제 #1
0
 public static int PostMessageWrapper(IntPtr hWnd, uint msg, IntPtr wParam, ref Win32Types.CopyDataStruct cds)
 {
     return(PostMessage(hWnd, msg, wParam, ref cds));
 }
예제 #2
0
 private static extern int PostMessage(IntPtr hWnd, uint msg, IntPtr wParam, ref Win32Types.CopyDataStruct cds);