Share via


EVRWResult Constructor

2/27/2008

Creates an instance of the EVRWResult structure.

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

Syntax

'Declaration
Public Sub New ( _
    data As Integer, _
    obj As Object _
)
public EVRWResult (
    int data,
    Object obj
)
public:
EVRWResult (
    int data, 
    Object^ obj
)
public EVRWResult (
    int data, 
    Object obj
)
public function EVRWResult (
    data : int, 
    obj : Object
)

Parameters

  • data
    The returned data that depends on the specific implementation.
  • obj
    The returned object that depends on the specific implementation.

See Also

Reference

EVRWResult Structure
EVRWResult Members
Microsoft.PointOfService Namespace