Click or drag to resize

CoreShellFolderGetAttributesOf Method (IntPtr, SFGAO, Boolean)

Gets the attributes of one file or folder object contained in the object represented by this instance.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public SFGAO GetAttributesOf(
	IntPtr pidl,
	SFGAO attributes = SFGAO.SFGAO_NONE,
	bool throwOnError = true
)

Parameters

pidl
Type: SystemIntPtr
A PIDL.
attributes (Optional)
Type: callback.ShellBoost.Core.WindowsShellSFGAO
The attributes mask.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: SFGAO
The requested attributes for the specified item.
See Also