CoreShellFolderGetAttributesOf Method (IntPtr, SFGAO, Boolean) |
Gets the attributes of one file or folder object contained in the object represented by this instance.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public SFGAO GetAttributesOf(
IntPtr pidl,
SFGAO attributes = SFGAO.SFGAO_NONE,
bool throwOnError = true
)
Parameters
- pidl
- Type: SystemIntPtr
A PIDL. - attributes (Optional)
- Type: ShellBoost.Core.WindowsShellSFGAO
The attributes mask. - throwOnError (Optional)
- Type: SystemBoolean
true to throw error; otherwise false.
Return Value
Type:
SFGAOThe requested attributes for the specified item.
See Also