다음을 통해 공유


PNRPCLOUDINFO (Windows CE 5.0)

Send Feedback

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

PNRP Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.