IDebugComPlusSymbolSearchInfo.GetLastSymbolSearchInfo Method
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.
public:
int GetLastSymbolSearchInfo(System::UInt32 ulAppDomainID, Guid guidModule, [Runtime::InteropServices::Out] System::String ^ % pbstrPath, [Runtime::InteropServices::Out] int % phrHRESULT);
public int GetLastSymbolSearchInfo (uint ulAppDomainID, Guid guidModule, out string pbstrPath, out int phrHRESULT);
abstract member GetLastSymbolSearchInfo : uint32 * Guid * string * int -> int
Public Function GetLastSymbolSearchInfo (ulAppDomainID As UInteger, guidModule As Guid, ByRef pbstrPath As String, ByRef phrHRESULT As Integer) As Integer
Parameters
- ulAppDomainID
- UInt32
- guidModule
- Guid
- pbstrPath
- String
- phrHRESULT
- Int32