WindowsUtilitiesGetWindowDisplayAffinity Method |
Retrieves the current display affinity setting, from any process, for a given window.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public static bool GetWindowDisplayAffinity(
IntPtr handle,
out WDA affinity
)
Parameters
- handle
- Type: SystemIntPtr
A handle to the window. - affinity
- Type: callback.ShellBoost.Core.UtilitiesWDA
The display affinity setting.
Return Value
Type:
Booleantrue if the call succeeded,
false otherwise.
See Also