Click to return to the Component Development home page    
IDebugThreadCall Interfac...     IEnumDebugApplicationsNod...     IDebugThreadCall Interfac...    
Web Workshop  |  Component Development

IDebugThreadCall::ThreadCallHandler Method


Manages thread calls.

Syntax

HRESULT ThreadCallHandler(
    DWORD dwParam1,
    DWORD dwParam2,
    DWORD dwParam3
);

Parameters

dwParam1
[in] Unsigned long integer value that contains input information to be passed to the appropriate thread.
dwParam2
[in] Unsigned long integer value that contains input information to be passed to the appropriate thread.
dwParam3
[in] Unsigned long integer value that contains input information to be passed to the appropriate thread.

Return Value

Returns S_OK if successful, or an error code otherwise.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

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