IDebugBinder:: GetFunctionObject

此方法获取 IDebugFunctionObject 对象用于创建函数参数。

HRESULT GetFunctionObject( 
   IDebugFunctionObject **ppFunction
);
int GetFunctionObject(
   out IDebugFunctionObject ppFunction
);

参数

返回值

如果成功,则返回 S_OK;否则,返回错误代码。

请参见

参考

IDebugBinder

IDebugFunctionObject