Returns the thread associated with the currently running thread.

HRESULT GetCurrentThread(
   IDebugApplicationThread**  pat
);

Parameters

pat

[out] The thread associated with the currently running thread.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also