DkmGetCurrentLocationAsyncResult(String) 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 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.