Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deprecated. Allows the derived class to send a message through the SendMessage function directly instead of relying on the base class.
Syntax
HRESULT _SendChildren(
[in] HWND hwndBar,
[in] BOOL fBroadcast,
[in] UINT uMsg,
[in, out] WPARAM wParam,
[in, out] LPARAM lParam
);
Parameters
[in] hwndBar
Type: HWND
A handle to the browser window whose window procedure receives the message.
[in] fBroadcast
Type: BOOL
The BOOL that indicates whether to allow the derived class to broadcast the SendMessage function. TRUE to allow broadcasting; FALSE otherwise.
[in] uMsg
Type: UINT
The message to be sent.
[in, out] wParam
Type: WPARAM
Additional message-specific information.
[in, out] lParam
Type: LPARAM
Additional message-specific information.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | shdeprecated.h |