ISynchronizeContainer ::AddSynchronize, méthode (objidlbase.h)
Ajoute un objet de synchronisation au conteneur.
Syntaxe
HRESULT AddSynchronize(
[in] ISynchronize *pSync
);
Paramètres
[in] pSync
Pointeur vers l’objet de synchronisation à ajouter au conteneur. Consultez ISynchronize.
Valeur retournée
Cette méthode peut retourner les valeurs de retour standard E_INVALIDARG, E_OUTOFMEMORY et E_FAIL, ainsi que les valeurs suivantes.
Code de retour | Description |
---|---|
|
La commande s'est correctement terminée. |
|
Le conteneur d’objets de synchronisation est plein. |
Remarques
Un conteneur de synchronisation peut contenir des pointeurs vers jusqu’à 63 objets de synchronisation.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 2000 Professionnel [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows 2000 Server [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | objidlbase.h (inclure ObjIdl.h) |