Microsoft SDK for Java

IRemoteThreadGroup::
GetName

The GetName method of the IRemoteThreadGroup interface returns the name of this thread group.

Syntax

HRESULT GetName(LPOLESTR *ppszName)

Parameters

[out] *ppszName Returns the name of this thread group. 

Return Value

S_OK Success.

E_NOLONGERVALID The underlying object is no longer valid.

E_OUTOFMEMORY Insufficient memory.

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