WABIMPORTPARAM structure (wabapi.h)
Do not use. Structure passed to Import that gives information about importing .wab files.
Syntax
typedef struct _WABIMPORTPARAM {
ULONG cbSize;
LPADRBOOK lpAdrBook;
HWND hWnd;
ULONG ulFlags;
LPSTR lpszFileName;
} WABIMPORTPARAM, *LPWABIMPORTPARAM;
Members
cbSize
Type: ULONG
Value of type ULONG that specifies the size of the structure in bytes.
lpAdrBook
Type: IAddrBook*
Pointer to an IAddrBook interface that specifies the address book object to import to.
hWnd
ulFlags
Type: 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
Type: LPSTR
Value of type LPSTR that specifies the filename to import, or NULL to cause a FileOpen dialog box to open.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | wabapi.h |