Well, I tried this:
call_func_ptr(4288272664,112,"\0\0\0\0",4)
That's 0xff99d918,SetParameterData
The prototype is: _SetParameterData(id|PARAMETER_DATA_FLAG, buf, bufsize);
So this should have set the parameter to 0. But instead it stops the camera and the param is not changed :/
Any ideas?
EDIT: I forgot the |PARAMETER_DATA_FLAG part. 112|0x400 is 16496
So now I have: call_func_ptr(4288272664,16496,"\0\0\0\0",4)
Still the same result :/