Beispiel #1
0
 public static bool StopTrackingForegroundWindowChange(IntPtr hook)
 {
     return(WinAPIDeclarations.UnhookWinEvent(hook));
 }