IDebugDisassemblyStream2::GetCurrentLocation

返回表示当前代码位置的代码位置标识符。

语法

int GetCurrentLocation( 
   out ulong puCodeLocationId
);

参数

puCodeLocationId
[out]返回代码位置标识符。 有关代码位置标识符的说明,请参阅 GetCodeLocationId 方法的“备注”部分

返回值

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

注解

可以通过调用 GetCodeContext 方法将代码位置标识符转换为代码上下文。

另请参阅