Microsoft SDK for Java

IRemoteThread::
Destroy

The Destroy method of the IRemoteThread interface is not currently implemented in the Microsoft VM. It returns E_FAIL.

The Destroy method terminates a thread. ThreadDestroyEvent is called when the thread has terminated.

Syntax

HRESULT Destroy(void)

Return Value

S_OK Success. 

E_FAIL Failure.

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