MagSetWindowFilterList function magnification
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);