Share via


estrutura PEERDIST_RETRIEVAL_OPTIONS (peerdist.h)

A estrutura PEER_RETRIEVAL_OPTIONS contém a versão das informações de conteúdo a serem recuperadas.

Sintaxe

typedef struct peerdist_retrieval_options_tag {
  DWORD cbSize;
  DWORD dwContentInfoMinVersion;
  DWORD dwContentInfoMaxVersion;
  DWORD dwReserved;
} PEERDIST_RETRIEVAL_OPTIONS, *PPEERDIST_RETRIEVAL_OPTIONS;

Membros

cbSize

Especifica o tamanho da estrutura de entrada.

dwContentInfoMinVersion

Especifica a versão mínima das informações de conteúdo a serem recuperadas. Deve ser definido como um dos seguintes valores:

PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION

PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_1

PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_2

dwContentInfoMaxVersion

Especifica a versão máxima das informações de conteúdo a serem recuperadas. Deve ser definido como um dos seguintes valores:

PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION

PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_1

PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_2

dwReserved

Reservado. O membro dwReserved deve ser definido como 0.

Requisitos

Requisito Valor
Cliente mínimo com suporte Windows 8 [somente aplicativos da área de trabalho]
Servidor mínimo com suporte Windows Server 2012 [somente aplicativos da área de trabalho]
Cabeçalho peerdist.h

Confira também

PeerDistServerOpenContentInformationEx