3 references to Ok
WindowsBase (3)
Base\MS\Internal\IO\Packaging\CompoundFile\CompoundFileDeflateTransform.cs (1)
435case ZLibNative.ErrorCode.Ok:
parent\parent\InternalApis\NDP_FX\inc\ZLibNative.cs (2)
561case State.InitializedForDeflate: return (DeflateEnd() == ZLibNative.ErrorCode.Ok); 562case State.InitializedForInflate: return (InflateEnd() == ZLibNative.ErrorCode.Ok);