JetErrRawMessage function

Retrieves an error code identifier (IDA) and an unformatted message string when a Jet error is provided.

Syntax

JET_ERR JetErrRawMessage(
   JET_ERR              err,
   JETERR_IDA           *pIda,
   WCHAR                *pMessage,
   unsigned long        cbMessage,
   unsigned long        *pcbActual,
   JETERR_HELPCONTEXTID *pContextId,
   WCHAR                **pwszHelp/file
);

Parameters

err

The Jet error that corresponds to the information being obtained.

pIda

A pointer to the IDA.

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

Points to a pointer to the file that explains the error.

Return value

If the function succeeds, it returns JET_errSuccess; otherwise, it returns an unformatted error message that indicates the specific reason for failure.

Remarks

This function has no associated import library or header file; you must call it using the LoadLibrary and GetProcAddress functions.

Requirements

Requirement Value
DLL
Msjter40.dll