I have an idl file and it compiles successfully when compiled with jidl.exe.When it is compiled with idlcpp.exe it gives an MIDL2025: syntax error: expecting a type specification near "in".
the idl file is
interface auditserv
{
void storeLoginInformation(in string infmn1,in string infmn2);
};