RtcplStartSubsystemComponent

The function RtcplStartSubsystemComponent starts a specified RTX Subsystem component.

Syntax

BOOL RtcplStartSubsystemComponent(
    DWORD Component
);

Parameters

Component

One of the following user components:

Value

Description

COMPONENT_SUBSYSTEM

All components of RTX subsystem

COMPONENT_TCPIP

RT-TCP/IP Stack

COMPONENT_SERVER

RtxServer

COMPONENT_RTX_RTSS

RTX RTSS driver

COMPONENT_HAL_EXT

HAL Extension driver

COMPONENT_BASE_DRIVERS

Includes the HAL Extension driver, RTX RTSS driver and RtxServer

Return Values

A non-zero value if the function succeeds

Remarks

RtcplStartSubsystemComponent starts RTX drivers and services in the following order:

  1. Rtx_HAL_Ext
  2. Rtx_Rtss
  3. RtxServer
  4. TCP/IP Stack (if enabled)

Related RTX Properties Control Panel Features

Tab

Control tab

Feature(s)

Start RTX button

Requirements

Header RtxProp.h
Library RtxProp.lib
IntervalZero.com | Support | Give Feedback