Udostępnij za pośrednictwem


DkmGetCurrentLocationAsyncResult(String) Constructor

Definition

Creates a new result structure to hold the output from a successful call to DkmThread.GetCurrentLocation.

public:
 DkmGetCurrentLocationAsyncResult(System::String ^ LocationName);
public:
 DkmGetCurrentLocationAsyncResult(Platform::String ^ LocationName);
 DkmGetCurrentLocationAsyncResult(std::wstring const & LocationName);
public DkmGetCurrentLocationAsyncResult (string LocationName);
new Microsoft.VisualStudio.Debugger.CallStack.DkmGetCurrentLocationAsyncResult : string -> Microsoft.VisualStudio.Debugger.CallStack.DkmGetCurrentLocationAsyncResult
Public Sub New (LocationName As String)

Parameters

LocationName
String

[In] The name of the current location.

Applies to