在已打开候选 .pdb 文件时调用。
语法
HRESULT NotifyOpenPDB (
LPCOLESTR pdbPath,
HRESULT resultCode
);
参数
pdbPath
[in] .pdb 文件的完整路径。
resultCode
[in] 指示应用到此文件的加载是成功 (S_OK
) 还是失败的代码。
返回值
如果成功,则返回 S_OK
;否则,返回错误代码。 通常会忽略返回代码。
在已打开候选 .pdb 文件时调用。
HRESULT NotifyOpenPDB (
LPCOLESTR pdbPath,
HRESULT resultCode
);
pdbPath
[in] .pdb 文件的完整路径。
resultCode
[in] 指示应用到此文件的加载是成功 (S_OK
) 还是失败的代码。
如果成功,则返回 S_OK
;否则,返回错误代码。 通常会忽略返回代码。