HrSzFromEntryID

Applies to: Outlook 2013 | Outlook 2016

Encodes an entry identifier into an ASCII string.

Property Value
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.