getSetSympath 函式 (wdbgexts.h)
GetSetSympath 函式可用來取得或設定符號搜尋路徑。
語法
void GetSetSympath(
[in] PSTR Arg,
[out] PSTR Result,
[in] int Length
);
參數
[in] Arg
指定新的搜尋路徑。 如果這個自變數是 NULL 或字串是空的,則不會設定搜尋路徑,而且目前的設定會在 Result 中傳回。
[out] Result
選擇性。 如果 Arg 為 NULL,GetSetSympath 會將目前的搜尋路徑儲存在 Result 所指向的緩衝區中。
[in] Length
指定用來儲存結果的緩衝區大小。
傳回值
無
備註
當符號路徑變更時,會隱含地呼叫 ReloadSymbols 。
傳回
無
規格需求
需求 | 值 |
---|---|
目標平台 | 桌面 |
標頭 | wdbgexts.h (包含 Wdbgexts.h、Dbgeng.h) |