Group: Extensible Storage Engine (ESE, Jet Blue) - Library: esent
Extensible Storage Engine class library
JET_ERR JET_API JetCreateInstance(
__out JET_INSTANCE* pinstance,
__in_opt const tchar* szInstanceName
);
DECLARE INTEGER JetCreateInstance IN esent;
INTEGER @pinstance,;
STRING szInstanceName
pinstance The output buffer that receives the newly-created instance.
szInstanceName A unique string identifier for the instance to be created. This string must be unique within a given process hosting the database engine.
This function returns the JET_ERR datatype with one of predefined return codes (e.g. JET_errSuccess=0).
W2K: not supported.