TotalsFileInfo(Int32, Int32) Constructor
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.
Creates an instance of the TotalsFileInfo structure from parameters specifying the instance's handle to the totals file and totals file size.
public TotalsFileInfo (int handle, int size);
new Microsoft.PointOfService.TotalsFileInfo : int * int -> Microsoft.PointOfService.TotalsFileInfo
Public Sub New (handle As Integer, size As Integer)
Parameters
- handle
- Int32
Handle to the totals file.
- size
- Int32
Totals file size.