IPackageExecutionStateChangeNotification interface (shobjidl_core.h)

Enables receiving package state-change notifications during Windows Store app debugging.

Inheritance

The IPackageExecutionStateChangeNotification interface inherits from the IUnknown interface. IPackageExecutionStateChangeNotification also has these types of members:

Methods

The IPackageExecutionStateChangeNotification interface has these methods.

 
IPackageExecutionStateChangeNotification::OnStateChanged

Called when package state changes during Windows Store app debugging.

Remarks

Implement the IPackageExecutionStateChangeNotification interface when you need to receive package state-change notifications during Windows Store app debugging.

Call the RegisterForPackageStateChanges method to register for package state-change notifications.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header shobjidl_core.h (include Shobjidl.h)

See also

IUnknown

RegisterForPackageStateChanges