ESE_REGISTERED_INFO Structure

Topic Last Modified: 2006-11-30

The ESE_REGISTERED_INFO structure provides information about an application that has been registered for use with the ESEBCLI2 interface. This structure is returned by the HrESEBackupRestoreGetRegistered Function.

Syntax

typedef struct {
    wchar *wszDisplayName;
    wchar *wszEndpointApplication;
    unsigned long fFlags;
    ESE_ICON_DESCRIPTION iconDescription;
} ESE_REGISTERED_INFO;

Parameters

wszDisplayName

Display name of the Registered Application. This will always be "Microsoft Exchange Server".

wszEndpointApplication

The application annotation name. Can be one of "Microsoft Information Store", "Microsoft Site Replication Service", or "Microsoft Key Management System".

fFlags

The type of the backup and restore services supported by the application. Can contain the following bit-mapped flags: ESE_REGISTER_BACKUP (0x00000001), ESE_REGISTER_ONLINE_RESTORE (0x00000002), ESE_REGISTER_OFFLINE_RESTORE (0x00000004), and ESE_REGISTER_SNAPSHOT_BACKUP (0x00000010).

iconDescription

ESE_ICON_DESCRIPTION Structure containing the icon bitmap image that can be used by the backup client to represent the registered application.

Requirements

Minimum availability

Exchange 2000 Server

Minimum operating system

Windows 2000