PNRP_CLOUD_ID structure (pnrpdef.h)
The PNRP_CLOUD_ID structure contains the values that define a network cloud.
Syntax
typedef struct _PNRP_CLOUD_ID {
INT AddressFamily;
PNRP_SCOPE Scope;
ULONG ScopeId;
} PNRP_CLOUD_ID, *PPNRP_CLOUD_ID;
Members
AddressFamily
Must be AF_INET6.
Scope
Specifies the scope of the cloud. Use one of the following values:
Value | Description |
---|---|
PNRP_SCOPE_ANY | The cloud can be in any scope. |
PNRP_GLOBAL_SCOPE | The cloud must be a global scope. |
PNRP_SITE_LOCAL_SCOPE | The cloud must be a site-local scope. |
PNRP_LINK_LOCAL_SCOPE | The cloud must be a link-local scope. |
ScopeId
Specifies the ID for this scope.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP with SP2 [desktop apps only],Windows XP with SP1 with the Advanced Networking Pack for Windows XP |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | pnrpdef.h |