IFolderView::GetCurrentViewMode method
Gets an address containing a value representing the folder's current view mode.
Syntax
HRESULT GetCurrentViewMode( [out] UINT *pViewMode );
Parameters
- pViewMode [out]
-
Type: UINT*
A pointer to a memory location at which to store the folder's current view mode. The value at that address is one of the following FOLDERVIEWMODE values.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
Show: