Each realtime shader plug-in needs to implement the RTS_GetVersion callback function. The return value should always be set to 4.
Custom Realtime Shaders
ULONG RTS_GetVersion() { return 4; }
SICALLBACK ULONG RTS_GetVersion() { return 4; };