此方法获取 IDebugFunctionObject 对象用于创建函数参数。
HRESULT GetFunctionObject(
IDebugFunctionObject **ppFunction
);
int GetFunctionObject(
out IDebugFunctionObject ppFunction
);
参数
- ppFunction
[out] 返回用于创建函数参数的 IDebugFunctionObject 接口。
返回值
如果成功,则返回 S_OK;否则,返回错误代码。