2 references to STG_E_ACCESSDENIED
WindowsBase (2)
Base\System\IO\Packaging\CompoundFile\StorageInfo.cs (2)
692
if( nativeCallErrorCode == SafeNativeCompoundFileConstants.
STG_E_ACCESSDENIED
)
825
if( e.ErrorCode == SafeNativeCompoundFileConstants.
STG_E_ACCESSDENIED
)