The HrCreateDirEntryIdEx function creates an directory identifier for a MAPI object, given the address of the object in the directory.
Header file: | EDKUTILS.H |
Library: | EDKUTILS.LIB |
HRESULT HrCreateDirEntryIdEx(
LPADRBOOK lpAdrBook,
LPSTR lpszDN,
ULONG * lpcbEntryID,
LPENTRYID *lppEntryID
);
See Return Values.
For more information on the HrCreateDirEntryIdEx function, see Using MAPI with Directory Objects.
For information on the ENTRYID structure and IAddrBook interface, see the MAPI Programmer's Reference.