StreamOnIStreamSetLength Method |
When overridden in a derived class, sets the length of the current stream.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public override void SetLength(
long value
)
Parameters
- value
- Type: SystemInt64
The desired length of the current stream in bytes.
See Also