4 references to STATFLAG_NONAME
WindowsBase (4)
Base\MS\Internal\IO\Packaging\CompoundFile\CFStream.cs (1)
86
_safeIStream.Stat( out streamStat, SafeNativeCompoundFileConstants.
STATFLAG_NONAME
);
Base\MS\Internal\IO\Packaging\CompoundFile\PrivateUnsafeNativeCompoundFileMethods.cs (1)
215
if ((grfStatFlag & ~(SafeNativeCompoundFileConstants.
STATFLAG_NONAME
|
Base\System\IO\Packaging\CompoundFile\StorageRoot.cs (1)
502
root.Stat( out rootSTAT, SafeNativeCompoundFileConstants.
STATFLAG_NONAME
);
Base\System\IO\Packaging\CompoundFile\StreamInfo.cs (1)
795
core.safeIStream.Stat( out mySTATs, SafeNativeCompoundFileConstants.
STATFLAG_NONAME
);