HrEntryIDFromSz
The HrEntryIDFromSz
function creates an entry identifier from an ASCII-encoded string, and
allocates memory for the entry identifier.
Note This function
may not be supported in future versions of MAPI.
Quick Info
Header
file: |
MAPIUTIL.H |
Implemented
by: |
MAPI |
Called by: |
Client
applications |
HrEntryIDFromSz(
LPTSTR sz, |
|
ULONG FAR * pcb, |
|
LPENTRYID FAR * ppentry |
|
); |
|
Parameters
sz
[in] Pointer
to the ASCII-encoded string from which to create an entry identifier.
pcb
[out] Pointer
to the size, in bytes, of the entry identifier pointed to by the ppentry
parameter.
ppentry
[out] Pointer
to a pointer to the returned ENTRYID
See Also
HrSzFromEntryID