Click to return to the Component Development home page    
IDebugApplicationThread::...     IDebugAsyncOperation Inte...     IDebugApplicationThread I...    
Web Workshop  |  Component Development

IDebugApplicationThread::SynchronousCallIntoThread Method


Provides a mechanism for the caller to run code in another thread.

Syntax

HRESULT SynchronousCallIntoThread(
    IDebugThreadCall *pstcb,
    DWORD dwParam1,
    DWORD dwParam2,
    DWORD dwParam3
);

Parameters

pstcb
[in] Address of an IDebugThreadCall interface.
dwParam1
[in] Argument passed to IDebugThreadCall.
dwParam2
[in] Argument passed to IDebugThreadCall.
dwParam3
[in] Argument passed to IDebugThreadCall.

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.