Compartir a través de


Función PeerDistServerCloseContentInformation (peerdist.h)

La función PeerDistServerCloseContentInformation cierra el identificador abierto por PeerDistServerOpenContentInformation.

Sintaxis

DWORD PeerDistServerCloseContentInformation(
  [in] PEERDIST_INSTANCE_HANDLE    hPeerDist,
  [in] PEERDIST_CONTENTINFO_HANDLE hContentInfo
);

Parámetros

[in] hPeerDist

El PEERDIST_INSTANCE_HANDLE devuelto por PeerDistStartup.

[in] hContentInfo

Identificador devuelto por PeerDistServerOpenContentInformation.

Valor devuelto

Si la función se ejecuta correctamente, el valor devuelto se ERROR_SUCCESS. De lo contrario, es posible que la función devuelva uno de los siguientes valores:

Código devuelto Descripción
ERROR_INVALID_HANDLE
Los identificadores hPeerDist o hContentInfo proporcionados no son válidos.
ERROR_ACCESS_DISABLED_BY_POLICY
La característica está deshabilitada por directiva de grupo.

Comentarios

PeerDistServerCloseContentInformation cierra la PEERDIST_CONTENTINFO_HANDLE. Además, al llamar a PeerDistServerCloseContentInformation se cancelarán las operaciones pendientes asociadas al PEERDIST_CONTENTINFO_HANDLE.

Requisitos

Requisito Value
Cliente mínimo compatible Windows 7 Professional [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2008 R2 [solo aplicaciones de escritorio]
Plataforma de destino Windows
Encabezado peerdist.h
Library PeerDist.lib
Archivo DLL PeerDist.dll

Consulte también

PeerDistServerOpenContentInformation