DkmEmbeddedDocument.UncompressedSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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