Partager via


Méthode IPackageExecutionStateChangeNotification ::OnStateChanged (shobjidl_core.h)

Appelé lorsque l’état du package change pendant le débogage d’application du Windows Store.

Syntaxe

HRESULT OnStateChanged(
  [in] LPCWSTR                 pszPackageFullName,
  [in] PACKAGE_EXECUTION_STATE pesNewState
);

Paramètres

[in] pszPackageFullName

Nom complet du package.

[in] pesNewState

Nouvel état auquel le package est passé.

Valeur retournée

Retournez S_OK lorsque vous implémentez la méthode OnStateChanged.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 8 [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2012 [applications de bureau uniquement]
Plateforme cible Windows
En-tête shobjidl_core.h (inclure Shobjidl.h)

Voir aussi

IPackageExecutionStateChangeNotification

RegisterForPackageStateChanges