Indicates whether the method should try to return a name in the pwcsName member of the STATSTG structure.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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