+1 888 340 6572

ThreadSafe

From MultiCharts
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Declares the function imported from DLL as thread-safe.

It will increase the performance of calculation and optimization of the studies that use external DLLs.

Usage

ThreadSafe

Notes

It is not recommended to apply ThreadSafe attribute to the functions exported from elkit32.dll (for example FindAddress_).

Example

DEFINEDLLFUNC: ThreadSafe, "user32.dll", Void, "MessageBeep", Int;

Will declare MessageBeep function of user32.dll as thread-safe.