IAddrBook::DetailsIAddrBook::Details*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IAddrBook::DeleteProps
*Next Topic: IAddrBook::GetDefaultDir

IAddrBook::Details

HRESULT Details(
    ULONG FAR * lpulUIParam,
    LPFNDISMISS lpfnDismiss,
    LPVOID lpvDismissContext,
    ULONG cbEntryID,
    LPENTRYID lpEntryID,
    LPFNBUTTON lpfButtonCallback,
    LPVOID lpvButtonContext,
    LPTSTR lpszButtonText,
    ULONG ulFlags
);

Displays a dialog box showing details for, and allowing editing of, a particular entry in Internet Explorer Address Book. Internet Explorer Address Book does not support the passing in a callback function for buttons through the lpfButtonCallback parameter.

lpulUIParam
Returned HWND of the parent window of the returned dialog box.
lpfnDismiss
DISMISSMODELESS function pointer. This function is called when the modeless dialog box is dismissed. (Not implemented at this time.)
lpvDismissContext
Data passed to lpfnDismiss.
cbEntryID
Size, in bytes, of the entry identifier pointed to by the lpEntryID parameter.
lpEntryID
Address of an entry identifier for the entry for which details are displayed.
lpfButtonCallback
Not supported by Internet Explorer Address Book; must be NULL.
lpvButtonContext
Not supported by Internet Explorer Address Book; must be NULL.
lpszButtonText
Not supported by Internet Explorer Address Book; must be NULL.
ulFlags
Not supported by Internet Explorer Address Book; must be zero.

Back to top


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.