AdvancedLauncher.Tools.Win32.User32.HWND.HWND C# (CSharp) Method

HWND() public method

Public constructor to create an HWND SafeHandle instance for an existing handle.
public HWND ( IntPtr hwnd ) : System
hwnd System.IntPtr
return System
        public HWND(IntPtr hwnd)
            : this()
        {
            SetHandle(hwnd);
        }

Same methods

HWND::HWND ( ) : System
HWND::HWND ( IntPtr hwnd, bool ownsHandle ) : System
HWND::HWND ( bool ownsHandle ) : System