Data Port Sync 1.0.500

HResult Constructor 

[This is preliminary documentation and subject to change.]

Initializes an HResult with a uint value.

[Visual Basic]
Public Sub New( _
   ByVal UInt32 As UInt32 _
)
[C#]
public HResult(
   UInt32 hr
);

Parameters

UInt32

See Also

HResult Class | Primeworks.DesktopSqlCe Namespace