IFileOperationApplyPropertiesToItems Method

Declares a set of items for which to apply a common set of property values.

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
HResult ApplyPropertiesToItems(
	Object punkItems
)

Parameters

punkItems  Object
Pointer to the IUnknown of the IShellItemArray, IDataObject, or IEnumShellItems object which represents the group of items.

You can also point to an IPersistIDList object to represent a single item, effectively accomplishing the same function as ApplyPropertiesToItem(IShellItem).

Return Value

HResult
If this method succeeds, it returns S_OK. Otherwise, it returns an HResult error code.

See Also