|
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:
Related RTX Properties Control Panel Features
Tab |
|
Feature(s) |
Start RTX button |
Requirements
Header | RtxProp.h |
Library | RtxProp.lib |