Equinox Online Help - Language Reference - A to Z
ProfileStatus |
|
|---|---|
| Applies to | ![]() |
| Syntax | ProfileStatus [Flags, Dllhandle] |
| Action | [Statement] Returns the current profiling flags and a thread-specific handle for direct monitor DLL calls. |
| Scope | Usable anywhere |
| Notes | After the statement, the Flags parameter if supplied contains the current profiling flags. If the Dllhandle parameter is supplied, a handle (an opaque value) may be returned by the monitor DLL, for use in direct calls to the DLL; refer to documentation for the monitor DLL for more details.
The system workarea SysError is set to non-zero value if an error occurs, otherwise zero. |
| Category | Profiling |
| See Also | ProfileEvent, ProfileEventStart, ProfileEventStop, ProfileMessage, ProfileLog, ProfilePause, ProfileResume, ProfileReset |
| Example | |
