DkmTransportConnection.GetAppPackageExecutionState Method

Definition

Get the execution state of the Windows Store app. The values in this field are specified in PACKAGE_EXECUTION_STATE.

public:
 Microsoft::VisualStudio::Debugger::DefaultPort::DkmPackageExecutionState GetAppPackageExecutionState(Microsoft::VisualStudio::Debugger::DefaultPort::DkmAppPackageId ^ AppPackageId, int SessionId);
public:
 Microsoft::VisualStudio::Debugger::DefaultPort::DkmPackageExecutionState GetAppPackageExecutionState(Microsoft::VisualStudio::Debugger::DefaultPort::DkmAppPackageId ^ AppPackageId, int SessionId);
Microsoft::VisualStudio::Debugger::DefaultPort::DkmPackageExecutionState GetAppPackageExecutionState(Microsoft::VisualStudio::Debugger::DefaultPort::DkmAppPackageId const & AppPackageId, int SessionId);
public Microsoft.VisualStudio.Debugger.DefaultPort.DkmPackageExecutionState GetAppPackageExecutionState (Microsoft.VisualStudio.Debugger.DefaultPort.DkmAppPackageId AppPackageId, int SessionId);
member this.GetAppPackageExecutionState : Microsoft.VisualStudio.Debugger.DefaultPort.DkmAppPackageId * int -> Microsoft.VisualStudio.Debugger.DefaultPort.DkmPackageExecutionState
Public Function GetAppPackageExecutionState (AppPackageId As DkmAppPackageId, SessionId As Integer) As DkmPackageExecutionState

Parameters

AppPackageId
DkmAppPackageId

[In] Identifies a Windows Store app package or Windows Phone app package.

SessionId
Int32

[In] The id of the session where the application is running.

Returns

[Out] The execution state of the application.

Applies to