Retrieves the current display affinity setting, from any process, for a given window.
#Include <WinAPIEx.au3>
_WinAPI_GetWindowDisplayAffinity ( $hWnd )
| $hWnd | Handle to the window for which display affinity setting is retrieved. |
| Success | The current window's display affinity setting ($WDA_*). |
| 失败: | 返回 0 并设置 @error 标志为非 0 值. |
在MSDN中搜索