|
|
The RTX Properties Library lets OEM users and integrators set RTX Properties programmatically, allowing for RTX Subsystem configuration during OEM installations of the RTX Runtime.
The RTX Properties Library is a pure Windows dynamic linked library that supports all setup functionality and property settings needed to configure the RTX Subsystem. This means that Control Panel functions (Rtcpl) are supported only in the Win32 environment, and can not be made from RTSS executable code.
To use the RTX Properties Library, you must include the RtxProp.h header
file and link in RtxProp.lib. For an example of how to do so, see the <RTXDIR>\samples\ModifyProperties directory.
NOTE: Changes to configuration setup functions result in persistent changes to the RTX Subsystem.
Topics: