DkmGetThreadDisplayPropertiesAsyncResult(String, Int32, Int32) Constructor
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.
Creates a new result structure to hold the output from a successful call to DkmRuntimeInstance.GetThreadDisplayProperties.
public:
DkmGetThreadDisplayPropertiesAsyncResult(System::String ^ DisplayName, int DisplayNamePriority, int ThreadCategory);
public:
DkmGetThreadDisplayPropertiesAsyncResult(Platform::String ^ DisplayName, int DisplayNamePriority, int ThreadCategory);
DkmGetThreadDisplayPropertiesAsyncResult(std::wstring const & DisplayName, int DisplayNamePriority, int ThreadCategory);
public DkmGetThreadDisplayPropertiesAsyncResult (string DisplayName, int DisplayNamePriority, int ThreadCategory);
public DkmGetThreadDisplayPropertiesAsyncResult (string? DisplayName, int DisplayNamePriority, int ThreadCategory);
new Microsoft.VisualStudio.Debugger.ThreadProperties.DkmGetThreadDisplayPropertiesAsyncResult : string * int * int -> Microsoft.VisualStudio.Debugger.ThreadProperties.DkmGetThreadDisplayPropertiesAsyncResult
Public Sub New (DisplayName As String, DisplayNamePriority As Integer, ThreadCategory As Integer)
Parameters
- DisplayName
- String
[In,Optional] The Thread Display Name.
- DisplayNamePriority
- Int32
[In,Optional] The Thread Name Priority: Values are from DISPLAY_NAME_PRI as defined in MSDBG100.
- ThreadCategory
- Int32
[In,Optional] Values are from THREADCATEGORY as defined in EnvDTE90.dll/.tlb.