Platform SDK: Exchange Server

NAME_INFO

The NAME_INFO structure contains the common name, distinguished name, and display name of objects described within the SITE_INFO structure. These include the server, the site, and the organization.

Quick Info

Header file: DAPI.H
Unicode: Yes

typedef struct
{
  LPTSTR  pszName;
  LPTSTR  pszDNString;
  LPTSTR  pszDisplayName;
}  NAME_INFO, *PNAME_INFO;

Members

pszName
Simple object name.
pszDNString
Distinguished name of the object.
pszDisplayName
Display name of the object.

Remarks

The NAME_INFO structure is a member of the SITE_INFO structure.

See Also

SITE_INFO