IPackageExecutionStateChangeNotification interface

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

Members

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

Methods

The IPackageExecutionStateChangeNotification interface has these methods.

MethodDescription
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

Minimum supported client

Windows 8 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Header

Shobjidl.h

IDL

Shobjidl.idl

See also

IUnknown
RegisterForPackageStateChanges

 

 

Show: