HardTotals.SetAll(Int32, Byte) Method
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.
Sets all the data in a totals file to the specified value.
public abstract void SetAll (int handle, byte targetValue);
abstract member SetAll : int * byte -> unit
Public MustOverride Sub SetAll (handle As Integer, targetValue As Byte)
Parameters
- handle
- Int32
Handle to a totals file.
- targetValue
- Byte
Value to set is in the low byte.