Click or drag to resize

WindowsUtilitiesGetActiveWindow Method

Gets the window handle to the active window attached to the calling thread's message queue.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static IntPtr GetActiveWindow()

Return Value

Type: IntPtr
A handle to the active window.
See Also