Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure contains PNRP cloud information. It is pointed to by the lpBlob member of the WSAQUERYSET (Windows Sockets) structure.
typedef struct _PNRPCLOUDINFO { DWORD dwSize; PNRP_CLOUD_ID Cloud; PNRP_CLOUD_STATE enCloudState; PNRP_CLOUD_FLAGS enCloudFlags;} PNRPCLOUDINFO, *PPNRPCLOUDINFO;
Members
- dwSize
Specifies the size of this structure. - Cloud
Specifies the network cloud information stored in a PNRP_CLOUD_ID structure. - enCloudState
Specifies the state of the network cloud. Valid values are specified by PNRP_CLOUD_STATE. - enCloudFlags
Indicates if the cloud name is valid on the network or only valid on the current computer. Valid values are specified by PNRP_CLOUD_FLAGS.
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