Exemple #1
0
 public static extern bool RemoveWindowSubclass(IntPtr hWnd, SubClassProc newProc, UIntPtr uIdSubclass);
Exemple #2
0
 public static extern bool SetWindowSubclass(IntPtr hWnd, SubClassProc newProc, UIntPtr uIdSubclass, IntPtr dwRefData);