NAME

SHCreateShellFolderViewEx  (SHELL32.174)

SYNOPSIS

 HRESULT SHCreateShellFolderViewEx
 (
  CSFV*        desc,
  IShellView** shellview
 )

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 "include/shlobj.h". gitlab.winehq.org/wine/wine/blob/master/include/shlobj.h

Implemented in "dlls/shell32/shlview.c". gitlab.winehq.org/wine/wine/blob/master/dlls/shell32/shlview.c

Debug channel "shell".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.