Click or drag to resize

STATFLAG Enumeration

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
C#
[FlagsAttribute]
public enum STATFLAG
Members
  Member nameValueDescription
STATFLAG_DEFAULT0 Requests that the statistics include the pwcsName member of the STATSTG structure.
STATFLAG_NONAME1 Requests that the statistics not include the pwcsName member of the STATSTG structure.
STATFLAG_NOOPEN2 Not implemented.
See Also