Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns a code context object corresponding to a specified code location identifier.
Syntax
Parameters
uCodeLocationId
[in] Specifies the code location identifier. See the Remarks section for the GetCodeLocationId method for a description of a code location identifier.
ppCodeContext
[out] Returns an IDebugCodeContext2 object that represents the associated code context.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
The code location identifier can be returned from a call to the GetCurrentLocation method and can appear in the DisassemblyData structure.
To convert a code context into a code location identifier, call the GetCodeLocationId method.