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.
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
PeerDistClientBasicInfoValue: 0 Indicates the information to retrieve is a PEERDIST_CLIENT_BASIC_INFO structure. |
MaximumPeerDistClientInfoByHandlesClassThe 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 |