NAME

SHCreateShellFolderView  (SHELL32.256)

SYNOPSIS

 HRESULT SHCreateShellFolderView
 (
  const SFV_CREATE* 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 "shlobj.h". https://source.winehq.org/source/include/shlobj.h

Implemented in "dlls/shell32/shlview.c". https://source.winehq.org/source/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 Mar 2024.