RtMonitorGetEnabledComponents

RtMonitorGetEnabledComponents retrieves the transient configuration of RTX64 product components that currently have monitoring event generation enabled.

Syntax

BOOL RtMonitorGetEnabledComponents(
    unsigned __int64 * pComponents
);

Parameters

pComponents

A pointer to a 64-bit unsigned integer that is set to the bitwise OR of enumerators from enumeration RT_MONITOR_COMPONENT, where each set bit represents a product component that has event generation enabled.

Return Value

Returns TRUE if successful, otherwise it returns FALSE and sets the last error value.

Requirements

Minimum Supported Version

 

RTX64 3.6

Header

Rtapi.h

Library rtx_rtss.lib (RTSS), rtapi.h (Windows)

See Also: