Data Port Sync 1.0.500

PipeStatus Enumeration

[This is preliminary documentation and subject to change.]

Pipe status codes

[Visual Basic]
Public Enum PipeStatus
[C#]
public enum PipeStatus

Members

Member Name Description
Ok No errors.
InvalidLicense Trial period expired and no valid license was set.
AlreadyConnected The Pipe is already connected.
RapiInitFailed Call to CeRapiInitEx failed.
RapiTimeout Timeout waiting for device to acknowledge
RapiInvokeFailed Call to CeRapiInvoke failed.
OutOfMemory Out of memory error allocating internal data.
StartFailed The RAPI stream could not be started.
InstallFailed Failed to copy RemSqlCe.dll to the device.
InvalidPointer The C++ library received a null pointer.
TcpIpInitializeFail TCP/IP initialization failed.
TcpIpConnectFail TCP/IP connection failed.
TcpIpGetHostFail GetHostName failed.
DllNotFound The LocSqlCe.dll was not found.
DllEntryPoint The LocSqlCe.dll entry point was not found.
DllInitFailed Failed to initialize the LocSqlCe.dll.

Requirements

Namespace: Primeworks.DesktopSqlCe

Assembly: Primeworks.DesktopSqlCe (in Primeworks.DesktopSqlCe.dll)

See Also

Primeworks.DesktopSqlCe Namespace