IAddrBook::Details Method

Displays a dialog box that shows details, and allows editing, of a particular entry in the Windows Address Book (WAB).

Syntax

HRESULT Details(
    ULONG_PTR *lpulUIParam,
    FNDISMISS *lpfnDismiss,
    LPVOID lpvDismissContext,
    ULONG cbEntryID,
    ENTRYID *lpEntryID,
    FNBUTTON *lpfButtonCallback,
    LPVOID lpvButtonContext,
    LPTSTR lpszButtonText,
    ULONG ulFlags
);

Parameters

  • lpulUIParam
    ULONG_PTR Pointer to a variable of type ULONG_PTR that receives the returned parent window handle of the returned dialog box.
  • lpfnDismiss
    FNDISMISS DISMISSMODELESS function pointer. This function is called when the modeless dialog box is dismissed. Not implemented.
  • lpvDismissContext
    LPVOID Not implemented.
  • cbEntryID
    ULONG Value of type ULONG that specifies the size of lpEntryID.
  • lpEntryID
    ENTRYID Pointer to a variable of type ENTRYID that specifies the entry identifier of the entry on which to display details.
  • lpfButtonCallback
    FNBUTTON Not supported by the WAB; must be NULL.
  • lpvButtonContext
    LPVOID Not supported by the WAB; must be NULL.
  • lpszButtonText
    LPTSTR Not supported by the WAB; must be NULL.
  • ulFlags
    ULONG Not supported by the WAB; must be zero.

Return Value

HRESULT

If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

WAB does not support the Button callbacks. The property sheets are extensible through the IWABExtInit and IShellPropSheetExt Interface interfaces. For more information, see Extending Property Sheets.

Requirements

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Product

Internet Explorer 4.0

Header

Wabiab.h

DLL

Wab32.dll

See Also

IAddrBook

Extending the WAB Property Sheets

 

 

Send comments about this topic to Microsoft

Build date: 6/30/2010