OMNI_THREAD_CALL_T
MACRO

OMNI_THREAD_CALL_T - Defines the thread function call type.

SYNOPSIS top

Defines the underlying thread call type, __stdcall or __cdecl for example.

DESCRIPTION top

Defining OMNI_THREAD_STDCALL, OMNI_THREAD_FASTCALL, or OMNI_THREAD_CDECL modifies the calling type.

CONSIDERATIONS top

No special consideration.

PLATFORM SPECIFIC top

No special consideration.

NOTES top

None.