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.
The PNRPCLOUDINFO structure is pointed to by the lpBlob member of the WSAQUERYSET structure.
Syntax
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
| 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 | pnrpns.h |