WM_OTHERWINDOWCREATED

The WM_OTHERWINDOWCREATED message is sent to all overlapped and popup windows in the system when a top-level, unowned window is created.

Parameters

wParam

Specifies the handle of the top-level window being created.

lParam

This parameter is not used.

Return Value

An application should return zero if it processes this message.

See Also

WM_OTHERWINDOWDESTROYED