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

HWND() protected method

Constructor for derived classes to specify a handle and to control whether or not the handle is owned.
protected HWND ( IntPtr hwnd, bool ownsHandle ) : System
hwnd System.IntPtr
ownsHandle bool
return System
        protected HWND(IntPtr hwnd, bool ownsHandle)
            : base(invalidHandleValue: IntPtr.Zero, ownsHandle: ownsHandle)
        {
            SetHandle(hwnd);
        }

Same methods

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