WM_QUERYOPEN

This message is sent to an icon when the user requests that it be opened into a window.

Parameters

wParam

This parameter is not used.

lParam

This parameter is not used.

Return Value

The return value is zero when the application prevents the icon from being opened. It is nonzero when the icon can be opened.

Default Action

The DefWindowProc function returns nonzero.