IAPI::GetCurrentThreadId

property GetCurrentThreadId.

Retrieves the current active thread identifier.

 

HRESULT GetCurrentThreadId(
  long *pVal
);

Parameters

pVal

[out, retval]

. The returned value is the current active thread identifier.

Return Values

S_OK

The operation was successfull.

E_POINTER

A NULL pointer was supplied as an argument.

See Also

IAPI