Allows the Microsoft VM to determine if the DLL is compatible with the Microsoft VM.
DWORD __declspec(dllexport) __cdecl RNIGetCompatibleVersion();
Returns the version used by the DLL (defined as RNIVER in Native.h).
All raw native interface DLLs must export this function to enable compatibility-checking by the Microsoft VM.