IStreamStorage<TKey>::GetStreamSize Method (TKey, Int64, Int64)

Visual Studio 2015
 

Gets the number of bytes used by an existing Stream in the storage.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

void GetStreamSize(
	TKey key,
	[OutAttribute] long long% actualSize,
	[OutAttribute] long long% reservedSize
)

Parameters

key
Type: TKey

Key to the existing stream.

actualSize
Type: System::Int64

Number of used bytes.

reservedSize
Type: System::Int64

Number of reserved bytes.

Return to top
Show: