EdGetWndΒΆ

EdGetWnd returns the window handle

hWnd = EdGetWnd(hEdit)

Return Value

hWnd is the window handle.

Parameters

hEdit

Identifies the editor.

Example

EnableWindow(EdGetWnd(hEdit), 0); // disable Window
// .. do something
EnableWindow(EdGetWnd(hEdit), 1); // enable Window

See also

Overview Editors

id-1341983