Expand Minimize
0 out of 1 rated this helpful - Rate this topic

SHMultiFileProperties function

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).

Syntax


HRESULT SHMultiFileProperties(
  _In_  IDataObject *pdtobj,
  DWORD dwFlags
);

Parameters

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.

dwFlags

Type: DWORD

Reserved. Must be set to 0.

Return value

Type: HRESULT

If this function 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]

Header

Shlobj.h

Library

Shell32.lib

DLL

Shell32.dll (version 5.0 or later)

See also

Shell Clipboard Formats

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.