3 references to STGM_WRITE
WindowsBase (3)
Base\MS\Internal\IO\Packaging\CompoundFile\NativeCompoundFileAPIs.cs (1)
79
grfMode |= SafeNativeCompoundFileConstants.
STGM_WRITE
;
Base\System\IO\Packaging\CompoundFile\StorageRoot.cs (2)
504
readOnly =( SafeNativeCompoundFileConstants.
STGM_WRITE
!= ( rootSTAT.grfMode & SafeNativeCompoundFileConstants.
STGM_WRITE
) &&