ok(LastError==CorrectError,"%s(\"%s\"), 0x%02x: GetLastError() returned 0x%08x, should be 0x%08x\n",function,ptest->string,initial_value,LastError,CorrectError);
ok(LastError==CorrectError,"%s(\"%s\"), 0x%02x: GetLastError() returned %d, should be %d\n",function,ptest->string,initial_value,LastError,CorrectError);
ok(result==ptest->result,"%s(\"%s\"), 0x%02x: return value should be %s\n",function,ptest->string,initial_value,ptest->result?"TRUE":"FALSE");