Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Retrieves an error code identifier (IDA) and creates the final display string when a Jet error and extended error information is provided.
JET_ERR JetErrFormattedMessage(
JET_ERR err,
JETERR_EXTERR *pExtendedErrorInfo,
JETERR_IDA *pIda,
WCHAR *pMessage,
unsigned long cbMessage,
unsigned long *pcbActual,
JETERR_HELPCONTEXTID *pContextId,
WCHAR **pwszHelp/file
);
err
The Jet error number that is used to look up and format the displayable error message.
pExtendedErrorInfo
All Jet error information including the database name, the table name, and any minor error information.
pIda
A pointer to the IDA that is associated with the specific error code.
pMessage
A pointer to the error message.
cbMessage
A count of the number of bytes in the error message.
pcbActual
A pointer to the actual number of bytes read.
pContextId
A pointer to the context identifier that is associated with the help file.
pwszHelp/file
A pointer to a pointer to the file that explains the error.
If the function succeeds, it returns JET_errSuccess; otherwise, it returns a formatted error message that indicates the specific reason for failure.
This function has no associated import library or header file; you must call it using the LoadLibrary and GetProcAddress functions.
Requirement | Value |
---|---|
DLL |
|
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today