HrSzFromEntryID

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Encodes an entry identifier into an ASCII string.

Header file:

Mapiutil.h

Implemented by:

MAPI

Called by:

Client applications

HrSzFromEntryID(
  ULONG cb,
  LPENTRYID pentry,
  LPTSTR FAR * psz
);

Parameters

  • cb
    [in] Size, in bytes, of the entry identifier pointed to by the pentry parameter.

  • pentry
    [in] Pointer to an ENTRYID structure that contains the entry identifier to be encoded.

  • psz
    [out] Pointer to the returned ASCII string.

Return Value

None.

Remarks

The HrEntryIDFromSz and HrSzFromEntryID functions provide conversion between the string and binary formats of entry identifiers. With MAPI, you should use structures with binary data.

Notes to Callers

The HrSzFromEntryID function allocates memory for the ASCII string using the MAPIAllocateBuffer function.