Windows.Win32.System.Com.STATFLAG
enum STATFLAG
Indicate whether the method should try to return a name in the pwcsName member of the STATSTG structure.
namespace Windows.Win32.System.Com
{
internal enum STATFLAG
{
STATFLAG_DEFAULT,
STATFLAG_NONAME,
STATFLAG_NOOPEN
}
}