IBrowserService::GetBrowserByIndex method (shdeprecated.h)
Deprecated. Retrieves the browser with the given index.
Syntax
HRESULT GetBrowserByIndex(
[in] DWORD dwID,
[out] IUnknown **ppunk
);
Parameters
[in] dwID
Type: DWORD
A value of type DWORD that indicates the index of the browser.
[out] ppunk
Type: IUnknown**
The address of a pointer to an IUnknown that indicates the browser with the given index. The calling application must release this resource when it is no longer needed.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | shdeprecated.h |