Share via


ICorProfilerInfo::GetFunctionFromIP Method

Maps a managed code instruction pointer to a FunctionID.

HRESULT GetFunctionFromIP(
    [in]  LPCBYTE    ip,
    [out] FunctionID *pFunctionId);

Parameters

Parameter Description

ip

[in] The instruction pointer in managed code.

pFunctionId

[out] The returned function ID.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: CorProf.idl

Library: CorGuids.lib

.NET Framework Version: 2.0

See Also

Reference

ICorProfilerInfo Interface