public static bool OutputBool(IntPtr aHandle, uint aIndex) { uint val = CpInvocationOutputBool(aHandle, aIndex); return (val != 0); }