COMCharStream.SetLength(Int64) Method

Definition

Sets the length of the stream.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 override void SetLength(long value);
public override void SetLength (long value);
override this.SetLength : int64 -> unit
Public Overrides Sub SetLength (value As Long)

Parameters

value
Int64

The new length of the stream.

Applies to

See also