WAB_PARAMWAB_PARAM*
*



Contents  *



Index  *Topic Contents
*Previous Topic: SSortOrderSet
*Next Topic: Internet Mail and News Registry Layout

WAB_PARAM

typedef struct _tagWAB_PARAM
{
    ULONG   cbSize;
    HWND    hwnd;
    LPTSTR  szFileName;
    ULONG   ulFlags;
    } WAB_PARAM ;

Contains the input information to pass to WABOpen.

cbSize
Size, in bytes, of the WAB_PARAM structure.
hwnd
hWnd parameter of the calling client application. Can be NULL.
szFileName
Internet Explorer Address Book file name to open. If this parameter is NULL, the default Address Book file is opened.
ulFlags
Currently not implemented in Internet Explorer Address Book.

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