SITE_INFO

The SITE_INFO structure contains information about a site.

Quick Info

Header file: DAPI.H
Unicode: Yes

typedef struct
{
  LPTSTR     pszCountry;
  NAME_INFO  objServer;
  NAME_INFO  objSite;
  NAME_INFO  objEnterprise;
}  SITE_INFO, *PSITE_INFO;

Members

pszCountry
Country code. Parsed from X400 value of Site-Proxy-Space attribute on Site-Addressing object.
objServer
Name information for server.
objSite
Name information for site containing server.
objEnterprise
Name information for organization containing server.

Remarks

The SITE_INFO structure is used as an argument to the DAPIGetSiteInfo function.

For additional information on this structure, see Using Directory Access Functions.

See Also

DAPIGetSiteInfo, NAME_INFO