Scroll to navigation

SHCreateShellFolderView(3w) Wine API SHCreateShellFolderView(3w)

NAME

SHCreateShellFolderView (SHELL32.256)

SYNOPSIS

HRESULT SHCreateShellFolderView
(
const SFV_CREATE* pcsfv,
IShellView** ppsv
)
 

DESCRIPTION

Create a new instance of the default Shell folder view object.
 

RETURNS

Success: S_OK
Failure: error value.
 

NOTES

see IShellFolder::CreateViewObject
 

IMPLEMENTATION

Declared in "shlobj.h".
Implemented in "dlls/shell32/shellord.c".
Debug channel "shell".
Oct 2012 Wine API