Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |