Share via


DkmActivateAppPackageAsyncResult173 Struct

Definition

Result of an asynchronous DkmActivateAppPackageInfo.Activate call.

public struct DkmActivateAppPackageAsyncResult173
type DkmActivateAppPackageAsyncResult173 = struct
Public Structure DkmActivateAppPackageAsyncResult173
Inheritance
DkmActivateAppPackageAsyncResult173

Constructors

DkmActivateAppPackageAsyncResult173(Int32, Int64)

Creates a new result structure to hold the output from a successful call to DkmActivateAppPackageInfo.Activate.

Properties

ErrorCode

HRESULT code returned from the caller. This will be DkmExceptionCode.COR_E_OPERATIONCANCELED (0x8013153B) if the operation was canceled before processing was complete.

ProcessId

The Process Id (PID) of the activated application's process.

This API was introduced in Visual Studio 17 Update 3 (DkmApiVersion.VS17Update3).

ProcessStartTime

64-bit date time value indicating when the activated application's process was started. The start time along with the id and the machine where the process was started can uniquely identify a process.

This API was introduced in Visual Studio 17 Update 3 (DkmApiVersion.VS17Update3).

Methods

CreateErrorResult(Exception)

Creates a new result structure to hold the error from a failed call to DkmActivateAppPackageInfo.Activate.

Applies to