PEER_PNRP_CLOUD_INFO structure (p2p.h)
The PEER_PNRP_CLOUD_INFO structure contains information about a Peer Name Resolution Protocol (PNRP) cloud.
Syntax
typedef struct peer_pnrp_cloud_info_tag {
PWSTR pwzCloudName;
PNRP_SCOPE dwScope;
DWORD dwScopeId;
} PEER_PNRP_CLOUD_INFO, *PPEER_PNRP_CLOUD_INFO;
Members
pwzCloudName
Pointer to a zero-terminated Unicode string that contains the name of the PNRP cloud. The maximum size of this name is 256 characters.
dwScope
Constant value that specifies the network scope of the PNRP cloud.
dwScopeId
The ID of a specific IP address scope defined for the PNRP cloud.
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 | p2p.h |