PEERDIST_STATUS enumeration (peerdist.h)

The PEERDIST_STATUS enumeration defines the possible status values of the Peer Distribution service.

Syntax

typedef enum {
  PEERDIST_STATUS_DISABLED,
  PEERDIST_STATUS_UNAVAILABLE,
  PEERDIST_STATUS_AVAILABLE
} PEERDIST_STATUS;

Constants

 
PEERDIST_STATUS_DISABLED
The service is disabled by Group Policy or according to configuration parameters.
PEERDIST_STATUS_UNAVAILABLE
The service is not ready to process the request.
PEERDIST_STATUS_AVAILABLE
The Peer Distribution service is available and ready to process requests.

Requirements

Requirement Value
Minimum supported client Windows 7 Professional [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header peerdist.h

See also

PeerDistGetStatus