DkmEmbeddedDocument.UncompressedSize Property

Definition

The length, in bytes, of the Content field when decompressed. Will be 0 if Content is not compressed or if the uncompressed size is not available.

This API was introduced in Visual Studio 15 Update 5 (DkmApiVersion.VS15Update5).

public:
 property System::UInt32 UncompressedSize { System::UInt32 get(); };
public uint UncompressedSize { get; }
member this.UncompressedSize : uint32
Public ReadOnly Property UncompressedSize As UInteger

Property Value

Applies to