3.4 Error Handling for Windows

If file handle value is “-1” it means we are not able to open the file ,make sure that driver has been installed or not .

hHandle = JNMMCANOpen(&flag);

if(hHandle == -1)
{
	return 0;
}

Last updated