Share via


HrSzFromEntryID

Applies to: Office 2010 | Outlook 2010 | Visual Studio

Encodes an entry identifier into an ASCII string.

Header file:

Mapiutil.h

Implemented by:

MAPI

Called by:

Client applications

HrSzFromEntryID(
  ULONG cb,
  LPENTRYID pentry,
  LPSTR 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.