IShellFolderViewType::GetViewTypeProperties method
Gets the properties of the view.
Syntax
HRESULT GetViewTypeProperties(
[in] PCUITEMID_CHILD pidl,
[out] DWORD *pdwFlags
);
Parameters
- pidl [in]
-
Type: PCUITEMID_CHILD
A PIDL.
- pdwFlags [out]
-
Type: DWORD*
A pointer to an unsigned integer variable that receives the view properties, which indicate what to do when the view is selected. Flags may be any combination of the following 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 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
DLL |
|
Show: