3 references to STG_E_FILENOTFOUND
WindowsBase (3)
Base\MS\Internal\IO\Packaging\StorageBasedPackageProperties.cs (1)
816
if (hr == SafeNativeCompoundFileConstants.
STG_E_FILENOTFOUND
)
Base\System\IO\Packaging\CompoundFile\StorageInfo.cs (1)
1135
else if( SafeNativeCompoundFileConstants.
STG_E_FILENOTFOUND
!= nativeCallErrorCode )
Base\System\IO\Packaging\CompoundFile\StorageRoot.cs (1)
379
case SafeNativeCompoundFileConstants.
STG_E_FILENOTFOUND
: