Partager via


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

Définit si l’objet managé contient une référence forte ou faible au contexte COM+.

Syntaxe

HRESULT SetWrapperStrength(
  [in] BOOL bStrong
);

Paramètres

[in] bStrong

Indique si l’objet managé contient une référence forte ou faible au contexte COM+. Une référence forte maintient l’objet en vie et l’empêche d’être détruit pendant le garbage collection.

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

Condition requise Valeur
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