Handles calls to run code in another thread.

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

Parameters

dwParam1

[in] The first parameter.

dwParam2

[in] The second parameter.

dwParam3

[in] The third parameter.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also