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