Microsoft SDK for Java

IMethodLocation::
GetMethod

The GetMethod method of the IMethodLocation interface returns an IRemoteMethodField interface representing the method that contains this location.

Syntax

HRESULT GetMethod(IRemoteMethodField **ppirmf)

Parameters

[out] **ppirmf Returns the method that contains this location.

Return Value

S_OK Success.

E_OUTOFMEMORY Insufficient memory.

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