Share via


ESE_ICON_DESCRIPTION Structure

Topic Last Modified: 2006-11-30

The ESE_ICON_DESCRIPTION Structure holds the icon bitmap image for a node in the tree of Microsoft® Exchange Server 2003 computers to back up or restore. This structure is returned by the HrESEBackupRestoreGetNodes Function, and is part of the BACKUP_NODE_TREE Structure.

Syntax

typedef struct {
    unsigned long ulSize;
    char *pvData;
} ESE_ICON_DESCRIPTION;

Parameters

ulSize

The size, in bytes, of the buffer pointed to by pvData.

pvData

The buffer containing the icon bitmap image.

Requirements

Minimum availability

Exchange 2000 Server

Minimum operating system

Windows 2000