Share via


TotalsFileInfo(Int32, Int32) Constructor

Definition

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.

Applies to