Skip to content

Latest commit

 

History

History
104 lines (65 loc) · 2.01 KB

jeterridarawmessage.md

File metadata and controls

104 lines (65 loc) · 2.01 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Retrieves an unformatted message string when an error code identifier (IDA) is provided.
3869e0c0-b3ec-4409-b071-04fd793ebf93
JetErrIDARawMessage function
reference
05/31/2018
APIRef
kbSyntax
JetErrIDARawMessage
DllExport
Msjter40.dll

JetErrIDARawMessage function

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

Syntax

JET_ERR JetErrIDARawMessage(
   JETERR_IDA           Ida,
   WCHAR                *pMessage,
   unsigned long        cbMessage,
   unsigned long        *pcbActual,
   JETERR_HELPCONTEXTID *pContextId,
   WCHAR                **pwszHelp/file
);

Parameters

Ida

A number that maps to a specific error code and is displayed to the user.

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.

Return value

If the function succeeds, it returns JET_errSuccess; otherwise, it returns an unformatted 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