Share via


INSTANCE_BACKUP_INFO Structure

INSTANCE_BACKUP_INFO Structure

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

The INSTANCE_BACKUP_INFO structure represents a single storage group to be backed up. This structure is returned by the HrESEBackupPrepare Function.

Syntax

typedef struct {
__int64 hInstanceId;
RPC_STRING wszInstanceName;
unsigned long ulIconIndexInstance;
unsigned long cDatabase;
DATABASE_BACKUP_INFO *rgDatabase;
unsigned long cIconDescription;
ESE_ICON_DESCRIPTION *rgIconDescription;

} INSTANCE_BACKUP_INFO;

Members

  • hInstanceId
    An identifier for the Microsoft Exchange Storage Group instance.
  • wszInstanceName
    The display name of the instance.
  • ulIconIndexInstance
    The index into the array of icons stored in rgIconDescription for the icon that corresponds to this storage group.
  • cDatabase
    The number of Exchange databases represented in the rgDatabase.
  • rgDatabase
    An array listing the storage groups for the server. Each array element is a pointer to a DATABASE_BACKUP_INFO Structure.
  • cIconDescription
    The number of ESE_ICON_DESCRIPTION Structure elements in the rgIconDescription member.
  • rgIconDescription
    An array listing the icons that apply to the storage groups. Each element in the array is an ESE_ICON_DESCRIPTION Structure, and can be used by a backup application as the default icon for the storage group.

Structure Information

Minimum availability Exchange 2000 Server
Minimum operating systems Windows 2000

Send us your feedback about the Microsoft Exchange Server 2003 SDK.

Build: June 2007 (2007.618.1)

© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.