Microsoft SDK for Java

IRemoteField::
GetName

The GetName method of the IRemoteField interface returns the identifier (the class, variable, or method name) of this field.

Syntax

HRESULT GetName(LPOLESTR *ppszName)

Parameters

[out] *ppszName Returns the identifier for this field.

Return Value

S_OK Success. 

E_OUTOFMEMORY Insufficient memory.

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