Microsoft SDK for Java

RNIGetCompatibleVersion

Allows the Microsoft VM to determine if the DLL is compatible with the Microsoft VM.

Syntax

DWORD __declspec(dllexport) __cdecl RNIGetCompatibleVersion();

Return Value

Returns the version used by the DLL (defined as RNIVER in Native.h).

Remarks

All raw native interface DLLs must export this function to enable compatibility-checking by the Microsoft VM.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.