IShellFolderGetAttributesOf Method
Gets the attributes of one or more file or folder objects contained in the object represented by
IShellFolder.
Namespace: DevCase.Win32.InterfacesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
No code example is currently available or this language may not be supported.
Parameters
- idl UInt32
-
The number of items from which to retrieve attributes.
- apidl IntPtr
-
The address of an array of pointers to ITEMIDLIST structures,
each of which uniquely identifies an item relative to the parent folder.
Each ITEMIDLIST structure must contain exactly one SHITEMID structure followed by a terminating zero.
- refInOut ShellItemAttributesMask
-
Pointer to a value that, on entry, contains the
ShellItemAttributesMask attributes that the calling application is requesting.
On exit, this value contains the requested attributes that are common to all of the specified items.