RTX64 Native Framework Reference

The RTX64 Native Framework (RtfwAPI.DLL) is a native DLL that allows C/C++ applications to configure and control the RTX64 Subsystem programmatically. This interface provides similar functionality as the Managed Code Framework.

NOTE:  

The configuration functions of this interface get and set configuration values that will be used on the next start of the RTX64 Subsystem. This means that if the Subsystem is running, changes may not take effect until a restart occurs. Considering this, the values you get may not match the values in use by the currently running Subsystem, since they may have already been changed after the Subsystem was started.

Recommendations for Using the RTX64 Native Framework library:

Topics: