PNRP_CLOUD_ID (Windows CE 5.0)
This structure contains the values that define a network cloud.
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. The following table shows the possible values.Value Description PNRP_SCOPE_ANY The cloud can be in any scope. PNRP_GLOBAL_SCOPE The cloud must be in a global scope. PNRP_SITE_LOCAL_SCOPE The cloud must be in a site-local scope. PNRP_LINK_LOCAL_SCOPE The cloud must be in a link-local scope. - ScopeID
Specifies the ID for this scope.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: pnrpns.h.
Link Library: p2p.lib.
See Also
Send Feedback on this topic to the authors