IDebugDisassemblyStream2::GetCurrentLocation

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

Returns a code ___location identifier that represents the current code ___location.

Syntax

HRESULT GetCurrentLocation(   
   UINT64* puCodeLocationId  
);  
int GetCurrentLocation(   
   out ulong puCodeLocationId  
);  

Parameters

puCodeLocationId
[out] Returns the code ___location identifier. See the Remarks section for the GetCodeLocationId method for a description of a code ___location identifier.

Return Value

If successful, returns S_OK; otherwise, returns an error code.

Remarks

The code ___location identifier can be converted to a code context by calling the GetCodeContext method.

See Also

IDebugDocumentContext2
GetCodeLocationId
GetCodeContext