ESE_ICON_DESCRIPTION Structure

ESE_ICON_DESCRIPTION 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 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;

Members

  • ulSize
    The size, in bytes, of the buffer pointed to by pvData.
  • pvData
    The buffer containing the icon bitmap image.

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.