Share via


TotalsFileInfo Constructor (POS for .NET v1.14 SDK Documentation)

3/2/2014

Creates an instance of the TotalsFileInfo structure from parameters specifying the instance's handle to the totals file and totals file size.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Sub New ( _
    handle As Integer, _
    size As Integer _
)
public TotalsFileInfo (
    int handle,
    int size
)
public:
TotalsFileInfo (
    int handle, 
    int size
)
public TotalsFileInfo (
    int handle, 
    int size
)
public function TotalsFileInfo (
    handle : int, 
    size : int
)

Parameters

  • handle
    Handle to the totals file.
  • size
    Totals file size.

See Also

Reference

TotalsFileInfo Structure
TotalsFileInfo Members
Microsoft.PointOfService Namespace