MagSetWindowFilterList function magnification

int MagSetWindowFilterList(
  1. int hwnd,
  2. int dwFilterMode,
  3. int count,
  4. Pointer<IntPtr> pHWND
)

Sets the list of windows to be magnified or the list of windows to be excluded from magnification.

BOOL MagSetWindowFilterList(
  HWND  hwnd,
  DWORD dwFilterMode,
  int   count,
  HWND  *pHWND
);

Implementation

int MagSetWindowFilterList(
        int hwnd, int dwFilterMode, int count, Pointer<IntPtr> pHWND) =>
    _MagSetWindowFilterList(hwnd, dwFilterMode, count, pHWND);