DkmRawReturnValueContainer.Id Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Unique identifier of this return value. The first return value is zero, then one, etc. Return value id's are unique only within a particular DkmInspectionSession.
This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).
public:
property int Id { int get(); };
public:
property int Id { int get(); };
public int Id { get; }
member this.Id : int
Public ReadOnly Property Id As Integer