Equinox Online Help - Language Reference - A to Z

Home

ProfileStatus

Applies to
SyntaxProfileStatus [Flags, Dllhandle]
Action[Statement] Returns the current profiling flags and a thread-specific handle for direct monitor DLL calls.
ScopeUsable anywhere
NotesAfter 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.

CategoryProfiling
See Also ProfileEvent, ProfileEventStart, ProfileEventStop, ProfileMessage, ProfileLog, ProfilePause, ProfileResume, ProfileReset
Example