5 references to STGM_CREATE
WindowsBase (5)
Base\System\IO\Packaging\CompoundFile\StorageRoot.cs (3)
165
openFlags | SafeNativeCompoundFileConstants.
STGM_CREATE
,
276
grfMode |= SafeNativeCompoundFileConstants.
STGM_CREATE
;
347
if( 0 != (grfMode & SafeNativeCompoundFileConstants.
STGM_CREATE
))
Base\System\IO\Packaging\CompoundFile\StreamInfo.cs (2)
313
grfMode |= SafeNativeCompoundFileConstants.
STGM_CREATE
;
518
grfMode |= SafeNativeCompoundFileConstants.
STGM_CREATE
;