.. highlightlang:: us .. index:: EdGetWnd .. _edgetwnd: EdGetWnd ======== .. us.tag EdGetWnd EdGet New400 :ref:`EdGetWnd` returns the window handle .. function:: hWnd = EdGetWnd(hEdit) .. us.return **Return Value** *hWnd* is the window handle. .. us.params **Parameters** .. uparam:: hEdit Identifies the editor. .. us.example **Example** :: EnableWindow(EdGetWnd(hEdit), 0); // disable Window // .. do something EnableWindow(EdGetWnd(hEdit), 1); // enable Window .. seealso:: :ref:`overview-editors` :sub:`id-1341983`