IMAPIProp_GetLastError.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

IMAPIProp_GetLastError (MAPI32.@)

SYNOPSIS

static inline HRESULT IMAPIProp_GetLastError
 (
  LPMAPIPROP   iface,
  HRESULT      hRes,
  ULONG        ulFlags,
  LPMAPIERROR* lppError
 )

DESCRIPTION

Get information about the last error that occurred in an IMAPIProp object.

PARAMS

iface [In] IMAPIProp object that experienced the error.

hRes [In] Result of the call that returned an error.

ulFlags [In] 0=return Ascii strings, MAPI_UNICODE=return Unicode strings.

lppError [Out] Destination for detailed error information.

RETURNS

Success: S_OK. *lppError contains details about the last error.

Failure: MAPI_E_INVALID_PARAMETER, if any parameter is invalid, MAPI_E_NOT_ENOUGH_MEMORY, if memory allocation fails.

NOTES

- If this function succeeds, the returned information in *lppError must be freed using MAPIFreeBuffer(3w) once the caller is finished with it.

- It is possible for this function to succeed and set *lppError to NULL, if there is no further information to report about hRes.

IMPLEMENTATION

Defined in "mapidefs.h".

Implemented in "dlls/mapi32/prop.c".

Debug channel "mapi".