HrCreateDirEntryId

The HrCreateDirEntryId function creates a directory entry identifier for a MAPI object.

Quick Info

Header file: EDKUTILS.H
Library: EDKUTILS.LIB

HRESULT HrCreateDirEntryId(
  LPSTR lpszAddress, 
  ULONG *lpcbeid,    
  LPENTRYID *lppeid  
);
 

Parameters

lpszAddress
Input parameter. Points to the address of the entry identifier.
lpcbeid
Output parameter. Points to the number of bytes in the entry identifier.
lppeid
Output parameter. Points to a pointer to the MAPI ENTRYID structure containing an entry identifier.

Return Values

See Return Values.

Remarks

For information on the ENTRYID structure, see the MAPI Programmer's Reference.

See Also

HrCreateDirEntryIdEx