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 enumeration specifies the different states a PNRP cloud can be in.
typedef enum { PNRP_CLOUD_STATE_VIRTUAL, PNRP_CLOUD_STATE_SYNCHRONISING, PNRP_CLOUD_STATE_ACTIVE, PNRP_CLOUD_STATE_DEAD, PNRP_CLOUD_STATE_DISABLED, PNRP_CLOUD_STATE_NO_NET, PNRP_CLOUD_STATE_ALONE} PNRP_CLOUD_STATE;
Return Values
- PNRP_CLOUD_STATE_VIRTUAL
The cloud is not yet initialized. - PNRP_CLOUD_STATE_SYNCHRONISING
The cloud is in the process of being initialized. - PNRP_CLOUD_STATE_ACTIVE
The cloud is active. - PNRP_CLOUD_STATE_DEAD
The cloud is initialized, but has lost its connection to the network. - PNRP_CLOUD_STATE_DISABLED
The cloud is disabled in the registry. - PNRP_CLOUD_STATE_NO_NET
The cloud was active, but has lost access to the network. - PNRP_CLOUD_STATE_ALONE
The cloud is in standalone mode.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: pnrpdef.h.
Link Library: p2p.lib.
See Also
Send Feedback on this topic to the authors