Platform SDK: Exchange Server |
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.
Header file: | DAPI.H |
Unicode: | Yes |
typedef struct { LPTSTR pszName; LPTSTR pszDNString; LPTSTR pszDisplayName; } NAME_INFO, *PNAME_INFO;
The NAME_INFO structure is a member of the SITE_INFO structure.