Microsoft SDK for Java

IMethodLocation::
GetBasePC

The GetBasePC method of the IMethodLocation interface returns the interpreted bytecode offset of the start of the source line that contains this location.

Syntax

HRESULT GetBasePC(ULONG *pulPC)

Parameters

[out] *pulPC Returns the interpreted bytecode offset of the start of the source line that contains this location.

Return Value

S_OK Success.

E_NODEBUGINFORMATION There is no source line mapping information for this method.

E_FAIL Failure.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.