This topic has not yet been rated - Rate this topic

JET_ERR

Exchange Server 2003

The JET_ERR data type contains an Extensible Storage Engine error code.

typedef long JET_ERR;

JET_ERR

A zero value (corresponding to JET_errSuccess) indicates that the call succeeded. A positive value warns of a non-fatal condition that occurred during an otherwise successful call. A negative value indicates that the call failed.

For information about returning errors as HRESULTs, see Extensible Storage Engine Errors. For information about flags for configuring the database to handle errors, see Error Handling Parameters.

Client

Requires Windows Vista, Windows XP, or Windows 2000 Professional.

Server

Requires Windows Server 2008, Windows Server 2003, or Windows 2000 Server.

Header

Declared in Esent.h.

Did you find this helpful?
(1500 characters remaining)