PEERDIST_CLIENT_INFO_BY_HANDLE_CLASS enumeration (peerdist.h)
The PEERDIST_CLIENT_INFO_BY_HANDLE_CLASS enumeration defines the possible client information values.
Syntax
typedef enum _PEERDIST_CLIENT_INFO_BY_HANDLE_CLASS {
PeerDistClientBasicInfo = 0,
MaximumPeerDistClientInfoByHandlesClass
} PEERDIST_CLIENT_INFO_BY_HANDLE_CLASS, *PPEERDIST_CLIENT_INFO_BY_HANDLE_CLASS;
Constants
PeerDistClientBasicInfo Value: 0 Indicates the information to retrieve is a PEERDIST_CLIENT_BASIC_INFO structure. |
MaximumPeerDistClientInfoByHandlesClass The maximum value for the enumeration that is used for error checking. This value should not be sent to the PeerDistClientGetInformationByHandle function. |
Remarks
A value from this enumeration is passed to thePeerDistClientGetInformationByHandle function as the PeerDistClientInfoClass parameter.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Header | peerdist.h |