Fonction RoUnregisterForApartmentShutdown (roapi.h)

Annule l’inscription d’une interface IApartmentShutdown précédemment inscrite.

Syntaxe

HRESULT RoUnregisterForApartmentShutdown(
  [in] APARTMENT_SHUTDOWN_REGISTRATION_COOKIE regCookie
);

Paramètres

[in] regCookie

Cookie d’inscription obtenu lors d’un appel précédent à la fonction RoRegisterForApartmentShutdown .

Valeur retournée

Si cette fonction réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Remarques

Appelez roUnregisterForApartmentShutdown pour arrêter de recevoir des notifications d’arrêt d’appartement et annuler l’inscription d’une interface IApartmentShutdown précédemment inscrite.

Avertissement  
 
N’appelez pas la fonction RoUnregisterForApartmentShutdown à partir du rappel OnUninitialize .

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 8 [applications de bureau | Applications UWP]
Serveur minimal pris en charge Windows Server 2012 [applications de bureau | Applications UWP]
Plateforme cible Windows
En-tête roapi.h
Bibliothèque RuntimeObject.lib
DLL ComBase.dll

Voir aussi

IApartmentShutdown

RoRegisterForApartmentShutdown