Windows Kernel Drivers Linked to RTX64

RTX64 provides a set of Real-time Kernel API (RTKAPI) functions that are used to access RTX64 IPC mechanisms from Windows kernel device drivers. These RTKAPI calls are analogous to their RTAPI counterparts. You use the RTKAPI functions the same way as the RTAPI functions, but from the Windows kernel environment. All RTKAPI interface names are prefixed with Rtk.

Related Topics