Share via


IntelliTraceModule.LoadSymbols(String) Method

Definition

Loads the symbols (.pdb file) for this module.

public:
 int LoadSymbols(System::String ^ symbolSearchPath);
public:
 int LoadSymbols(Platform::String ^ symbolSearchPath);
int LoadSymbols(std::wstring const & symbolSearchPath);
public int LoadSymbols (string symbolSearchPath);
member this.LoadSymbols : string -> int
Public Function LoadSymbols (symbolSearchPath As String) As Integer

Parameters

symbolSearchPath
String

Returns

A success or error code that describes the result of loading symbols for this module. If symbols were successfully loaded, zero is returned. If symbols were not successfully loaded, an error code as described in dia2.h, is returned.

Applies to