PeerDistServerCloseContentInformation, fonction (peerdist.h)
La fonction PeerDistServerCloseContentInformation ferme le handle ouvert par PeerDistServerOpenContentInformation.
Syntaxe
DWORD PeerDistServerCloseContentInformation(
[in] PEERDIST_INSTANCE_HANDLE hPeerDist,
[in] PEERDIST_CONTENTINFO_HANDLE hContentInfo
);
Paramètres
[in] hPeerDist
Le PEERDIST_INSTANCE_HANDLE retourné par PeerDistStartup.
[in] hContentInfo
Handle retourné par PeerDistServerOpenContentInformation.
Valeur retournée
Si la fonction réussit, la valeur de retour est ERROR_SUCCESS. Sinon, la fonction peut retourner l’une des valeurs suivantes :
Code de retour | Description |
---|---|
|
Les handles hPeerDist ou hContentInfo fournis ne sont pas valides. |
|
La fonctionnalité est désactivée par stratégie de groupe. |
Remarques
PeerDistServerCloseContentInformation ferme le PEERDIST_CONTENTINFO_HANDLE. En outre, l’appel de PeerDistServerCloseContentInformation annule toutes les opérations en attente associées à l’PEERDIST_CONTENTINFO_HANDLE.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 7 Professionnel [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 R2 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | peerdist.h |
Bibliothèque | PeerDist.lib |
DLL | PeerDist.dll |