Microsoft SDK for Java

IRemoteThread::
GetName

The GetName method of the IRemoteThread interface returns the name of this thread.

Syntax

HRESULT GetName(LPOLESTR *ppszName)

Parameters

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

Return Value

S_OK Success. 

E_OUTOFMEMORY Insufficient memory.

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