IExplorerBrowserEvents::OnViewCreated method
Notifies clients that the view of the Explorer browser has been created and can be modified.
Syntax
HRESULT OnViewCreated(
[in] IShellView *psv
);
Parameters
- psv [in]
-
Type: IShellView*
A pointer to an IShellView.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
An Explorer browser calls this method to enable the client to perform any modifications to the Explorer browser view before it is shown; for example, to set view modes or folder flags.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
Show: