IMultipleViewProvider::SetCurrentView method
Sets the current control-specific view.
Syntax
HRESULT SetCurrentView( [in] int viewId );
Parameters
- viewId [in]
-
Type: int
A view identifier.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
View identifiers can be retrieved by using IMultipleViewProvider::GetSupportedViews.
The collection of view identifiers must be identical for all instances of a control.
Requirements
|
Minimum supported client |
Windows XP [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also