Unit MapiWz

++ m a p i w z . p a s Abstract: Automatic conversion of mapiwz.h. Comments: This source file automatically converted by htrans 0.91 beta 1 Copyright (c) 1997 Alexander Staubo Revision history: 18-06-1997 20:53 alex [Autogenerated] 18-06-1997 20:53 alex Retouched for release --

Classes

Functions

Types

PLAUNCHWIZARDENTRY
PSERVICEWIZARDDLGPROC
PWIZARDENTRY
TLAUNCHWIZARDENTRY
TSERVICEWIZARDDLGPROC
TWIZARDENTRY

Constants

LAUNCHWIZARDENTRYNAME
MAPI_PW_ADD_SERVICE_ONLY
MAPI_PW_FIRST_PROFILE
MAPI_PW_HIDE_SERVICES_LIST
MAPI_PW_LAUNCHED_BY_CONFIG
MAPI_PW_PROVIDER_UI_ONLY
PR_WIZARD_NO_PST_PAGE
WIZ_NEXT
WIZ_PREV
WIZ_QUERYNUMPAGES

Variables


Functions


Types


PLAUNCHWIZARDENTRY = ^TLAUNCHWIZARDENTRY

PSERVICEWIZARDDLGPROC = ^TSERVICEWIZARDDLGPROC

PWIZARDENTRY = ^TWIZARDENTRY

TLAUNCHWIZARDENTRY = function (hParentWnd : HWND; ulFlags : ULONG;
    var lppszServiceNameToAdd : PChar; cbBufferMax : ULONG;
    lpszNewProfileName : PChar) : HResult

TSERVICEWIZARDDLGPROC = function (hDlg : HWND; wMsgID : UINT; wParam : WPARAM;
    lParam : LPARAM) : BOOL

TWIZARDENTRY = function (hProviderDLLInstance : HINST;
    var lppcsResourceName : PChar; var lppDlgProc : TFNDlgProc;
    lpMapiProp : IMapiProp; lpMapiSupportObject : Pointer) : ULONG

Constants

LAUNCHWIZARDENTRYNAME = 'LAUNCHWIZARD'

MAPI_PW_ADD_SERVICE_ONLY = $00000004

MAPI_PW_FIRST_PROFILE = $00000001

* NOTE: Provider-Wizards should not use ids ranging between * (WM_USER + 1) and (WM_USER +20) as these have been reserved for * future releases. *) { Flags for LaunchWizard API

MAPI_PW_HIDE_SERVICES_LIST = $00000010

MAPI_PW_LAUNCHED_BY_CONFIG = $00000002

MAPI_PW_PROVIDER_UI_ONLY = $00000008

PR_WIZARD_NO_PST_PAGE = (PT_BOOLEAN) or (($6700) shl 16)

* Provider should set this property to TRUE if it does not * want the Profile Wizard to display the PST setup page.

WIZ_NEXT = (WM_USER + 11)

WIZ_PREV = (WM_USER + 12)

WIZ_QUERYNUMPAGES = (WM_USER + 10)

* M A P I W Z . H * * Definitions for the Profile Wizard. Includes all prototypes * and constants required by the provider-wizard code consumers. * * Copyright 1986-1996 Microsoft Corporation. All Rights Reserved.

Variables