PNRP_CLOUD_FLAGS enumeration (pnrpdef.h)
The PNRP_CLOUD_FLAGS enumeration specifies the validity of a cloud name.
Syntax
typedef enum _PNRP_CLOUD_FLAGS {
PNRP_CLOUD_NO_FLAGS = 0,
PNRP_CLOUD_NAME_LOCAL = 1,
PNRP_CLOUD_RESOLVE_ONLY = 2,
PNRP_CLOUD_FULL_PARTICIPANT = 4
} PNRP_CLOUD_FLAGS;
Constants
PNRP_CLOUD_NO_FLAGS Value: 0 The cloud name is valid on the network. |
PNRP_CLOUD_NAME_LOCAL Value: 1 The cloud name is not valid on other computers. |
PNRP_CLOUD_RESOLVE_ONLY Value: 2 The cloud is configured to be resolve only. Names cannot be published to the cloud from this computer. |
PNRP_CLOUD_FULL_PARTICIPANT Value: 4 This machine is a full participant in the cloud, and can publish and resolve names. |
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 | pnrpdef.h |