The SITE_INFO structure contains information about a site.
Header file: | DAPI.H |
Unicode: | Yes |
typedef struct
{
LPTSTR pszCountry;
NAME_INFO objServer;
NAME_INFO objSite;
NAME_INFO objEnterprise;
} SITE_INFO, *PSITE_INFO;
The SITE_INFO structure is used as an argument to the DAPIGetSiteInfo function.
For additional information on this structure, see Using Directory Access Functions.