PNRPCLOUDINFO structure (pnrpns.h)

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

See also

PNRP and BLOB

PNRP and WSALookupServiceBegin

PNRP and WSALookupServiceNext

PNRP and WSAQUERYSET

PNRP_CLOUD_FLAGS

PNRP_CLOUD_ID

PNRP_CLOUD_STATE

WSAQUERYSET