Indicates whether the method should try to return a name in the pwcsName member of the STATSTG structure.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum STATFLAG
Members
| Member name | Value | Description |
---|
| STATFLAG_DEFAULT | 0 |
Requests that the statistics include the pwcsName member of the STATSTG structure.
|
| STATFLAG_NONAME | 1 |
Requests that the statistics not include the pwcsName member of the STATSTG structure.
|
| STATFLAG_NOOPEN | 2 |
Not implemented.
|
See Also