Skip to content

Latest commit

 

History

History
77 lines (61 loc) · 2.63 KB

nf-shlobj-shmultifileproperties.md

File metadata and controls

77 lines (61 loc) · 2.63 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:shlobj.SHMultiFileProperties
SHMultiFileProperties function (shlobj.h)
Displays a merged property sheet for a set of files. Property values common to all the files are shown while those that differ display the string (multiple values).
SHMultiFileProperties
SHMultiFileProperties function [Windows Shell]
_win32_SHMultiFileProperties
shell.SHMultiFileProperties
shlobj/SHMultiFileProperties
shell\SHMultiFileProperties.htm
shell
7c66fd91-4f7a-45f3-b849-bf210c552511
12/05/2018
SHMultiFileProperties, SHMultiFileProperties function [Windows Shell], _win32_SHMultiFileProperties, shell.SHMultiFileProperties, shlobj/SHMultiFileProperties
shlobj.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Shell32.lib
Shell32.dll (version 5.0 or later)
Windows
19H1
SHMultiFileProperties
shlobj/SHMultiFileProperties
c++
APIRef
kbSyntax
DllExport
Shell32.dll
SHMultiFileProperties

SHMultiFileProperties function

-description

Displays a merged property sheet for a set of files. Property values common to all the files are shown while those that differ display the string (multiple values).

-parameters

-param pdtobj [in]

Type: IDataObject*

A pointer to a data object that supplies the PIDLs of all of the files for which to display the merged property sheet. The data object must use the CFSTR_SHELLIDLIST clipboard format. The parent folder's implementation of IShellFolder::GetDisplayNameOf must return a fully qualified file system path for each item in response to the SHGDN_FORPARSING flag.

-param dwFlags

Type: DWORD

Reserved. Must be set to 0.

-returns

Type: HRESULT

If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-see-also

Shell Clipboard Formats