Partager via


Méthode IManagedObjectInfo::SetInPool (comsvcs.h)

Définit si l’objet managé appartient au pool d’objets COM+.

Syntaxe

HRESULT SetInPool(
  [in] BOOL              bInPool,
  [in] IManagedPooledObj *pPooledObj
);

Paramètres

[in] bInPool

Indique si l’objet managé appartient au pool d’objets COM+.

[in] pPooledObj

Référence à IManagedPooledObj qui décrit comment cet objet managé est utilisé dans le pool d’objets COM+.

Valeur retournée

Cette méthode peut retourner les valeurs de retour standard E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, E_FAIL et S_OK.

Configuration requise

   
Client minimal pris en charge Windows XP avec SP1 [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2003 [applications de bureau uniquement]
Plateforme cible Windows
En-tête comsvcs.h

Voir aussi

IManagedObjectInfo