DkmTask.GetTaskProperties(UInt32, Int32, DkmTaskProperties) Method

Definition

Returns task properties.

Location constraint: API must be called from an IDE component (component level > 100,000).

public:
 void GetTaskProperties(System::UInt32 Radix, int Fields, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::ParallelTasks::DkmTaskProperties % Properties);
public void GetTaskProperties (uint Radix, int Fields, out Microsoft.VisualStudio.Debugger.ParallelTasks.DkmTaskProperties Properties);
member this.GetTaskProperties : uint32 * int * DkmTaskProperties -> unit
Public Sub GetTaskProperties (Radix As UInteger, Fields As Integer, ByRef Properties As DkmTaskProperties)

Parameters

Radix
UInt32

[In] TODO.

Fields
Int32

[In] TODO.

Properties
DkmTaskProperties

[Out] TODO.

Applies to