SECBrowseButton::OnChildNotify
BOOLSECBrowseButton::OnChildNotify(UINTuiMsg, WPARAMwParam, LPARAMlParam, LRESULT*pLResult)
Called by this window's parent window when it receives a notification message that applies to this window. This message is overriden to determine if the user clicked the button.
Defined in: browedit.cpp
Return Value
Nonzero if this window is responsible for handling the message sent to its parent; otherwise 0.
Parameters
uiMsg
The message id.
wParam
The wparam associated with the message.
lParam
The lparam associated with the message.
pLResult
A pointer to a value to be returned from the parent's window procedure.
See Also