The DFS_SITENAME_INFO structure specifies a site name.
typedef struct _DFS_SITENAME_INFO {
unsigned long SiteFlags;
[string, unique] WCHAR* SiteName;
} DFS_SITENAME_INFO,
*PDFS_SITENAME_INFO,
*LPDFS_SITENAME_INFO;
SiteFlags: This member MUST be a combination of zero or more of the following values.
|
Value |
Meaning |
|---|---|
|
DFS_SITE_PRIMARY 0x00000001 |
The site name was returned by the DsrGetSiteName method, as specified in [MS-NRPC] section 3.5.4.3.6. |
SiteName: A pointer to a null-terminated Unicode UTF-16 string that specifies a unique site name.