WndProc.cs 125 B

12345
  1. using System;
  2. namespace Standard;
  3. internal delegate IntPtr WndProc(IntPtr hwnd, WM uMsg, IntPtr wParam, IntPtr lParam);