WAB_PARAM Structure

Do not use. Contains the input information to pass to WABOpen.

Syntax

typedef struct _WAB_PARAM {
  ULONG  cbSize;
  HWND   hwnd;
  LPTSTR szFileName;
  ULONG  ulFlags;
  GUID   guidPSExt;
} WAB_PARAM, *LPWAB_PARAM;

Members

cbSize
ULONG

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

hwnd
HWND

Value of type HWND that specifies the window handle of the calling client application. Can be NULL.

szFileName
LPTSTR

Value of type LPTSTR that specifies the WAB file name to open. If this parameter is NULL, the default Address Book file is opened.

ulFlags
ULONG

Value of type ULONG that specifies flags that control the behavior of WAB functionality. Available only on Microsoft Internet Explorer 4.0 or later.

WAB_USE_OE_SENDMAIL (WAB_USE_OE_SENDMAIL)

Indicates that WAB is to use Outlook Express for e-mail before checking for a default Simple MAPI client. Default behaviour is to check for the Simple MAPI client first.

WAB_ENABLE_PROFILES (WAB_ENABLE_PROFILES)

Invokes WAB in an Identity-aware session using Identity-Manager based profiles. Available only on Microsoft Internet Explorer 5 or later.

guidPSExt
GUID

Value of type GUID that specifies the GUID that identifies the calling application's property sheet extensions. The GUID can be used to determine whether the extension property sheets are displayed or not. Available only on Microsoft Internet Explorer 5 or later.

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: