IBrowserService2::_SendChildren method
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
- hwndBar [in]
-
Type: HWND
A handle to the browser window whose window procedure receives the message.
- fBroadcast [in]
-
Type: BOOL
The BOOL that indicates whether to allow the derived class to broadcast the SendMessage function. TRUE to allow broadcasting; FALSE otherwise.
- uMsg [in]
-
Type: UINT
The message to be sent.
- wParam [in, out]
-
Type: WPARAM
Additional message-specific information.
- lParam [in, out]
-
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
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Product | Internet Explorer 5.0 |
|
Header |
|
|
IDL |
|
Send comments about this topic to Microsoft
Build date: 11/28/2012