IShellItemGetAttributes Method

Gets a requested set of attributes of the IShellItem object.

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.

Parameters

sfgaoMask  ShellItemAttributesMask
Specifies the attributes to retrieve. One or more of the ShellItemAttributesMask values.

Return Value

ShellItemAttributesMask
A pointer to a value that, when this method returns successfully, contains the requested attributes.

Only those attributes specified by sfgaoMask are returned; other attribute values are undefined.

See Also