WABIMPORTPARAM Structure

Do not use. Structure passed to Import that gives information about importing .wab files.

Syntax

typedef struct _WABIMPORTPARAM {
  ULONG     cbSize;
  IAddrBook *lpAdrBook;
  HWND      hwnd;
  ULONG     ulFlags;
  LPSTR     lpszFileName;
} WABIMPORTPARAM, *LPWABIMPORTPARAM;

Members

cbSize
ULONG

Value of type ULONG that specifies the size of the structure in bytes.

lpAdrBook
IAddrBook

Pointer to an IAddrBook interface that specifies the address book object to import to.

hwnd
HWND

Value of type HWND that specifies the parent window handle for any dialog boxes.

ulFlags
ULONG

Value of type ULONG that specifies flags affecting behavior.

MAPI_DIALOG

Causes Import to show a dialog box with a progress bar indicating the progress of the import process.

lpszFileName
LPSTR

Value of type LPSTR that specifies the filename to import, or NULL to cause a FileOpen dialog box to open.

Requirements

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Product

Internet Explorer 4.0

Header

Wabapi.h

DLL

Wab32.dll

 

 

Send comments about this topic to Microsoft

Build date: 6/30/2010

Community Additions

ADD
Show: