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 PEER_RETRIEVAL_OPTIONS structure contains version of the content information to retrieve.
Syntax
typedef struct peerdist_retrieval_options_tag {
DWORD cbSize;
DWORD dwContentInfoMinVersion;
DWORD dwContentInfoMaxVersion;
DWORD dwReserved;
} PEERDIST_RETRIEVAL_OPTIONS, *PPEERDIST_RETRIEVAL_OPTIONS;
Members
cbSize
Specifies the size of the input structure.
dwContentInfoMinVersion
Specifies the minimum version of the content information to retrieve. Must be set to one of the following values:
PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION
PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_1
PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_2
dwContentInfoMaxVersion
Specifies the maximum version of the content information to retrieve. Must be set to one of the following values:
PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION
PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_1
PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_2
dwReserved
Reserved. The dwReserved member should be set to 0.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Header | peerdist.h |