IBrowserService2::_ExecChildren method
Deprecated. Enables the derived class to issue a command through the IOleCommandTarget::Exec method directly, instead of relying on the base class.
Syntax
HRESULT _ExecChildren( [in] IUnknown *punkBar, [in] BOOL fBroadcast, [in] const GUID *pguidCmdGroup, [in] DWORD nCmdID, [in] DWORD nCmdexecopt, [in] VARIANTARG *pvarargIn, [in, out] VARIANTARG *pvarargOut );
Parameters
- punkBar [in]
-
Type: IUnknown*
A pointer to the IUnknown of the IOleCommandTarget interface.
- fBroadcast [in]
-
Type: BOOL
TRUE to broadcast the command; FALSE otherwise.
- pguidCmdGroup [in]
-
Type: const GUID*
A pointer to the unique identifier of the command group; can be NULL to specify the standard group.
- nCmdID [in]
-
Type: DWORD
The command to be executed. This command must belong to the group specified with pguidCmdGroup.
- nCmdexecopt [in]
-
Type: DWORD
The values taken from the OLECMDEXECOPT enumeration, which describe how the object should execute the command.
- pvarargIn [in]
-
Type: VARIANTARG*
A pointer to a VARIANTARG structure containing input arguments. Can be NULL.
- pvarargOut [in, out]
-
Type: VARIANTARG*
A pointer to a VARIANTARG structure to receive command output. Can be NULL.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
For further information, see IOleCommandTarget::Exec.
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 |
|