Searched refs:the_reply (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/
H A Dhey.cpp160 BMessage the_reply; local
162 status_t err = Hey(&the_application, argv, &argx, argc, &the_reply);
171 if (the_reply.what == (uint32)B_MESSAGE_NOT_UNDERSTOOD
172 || the_reply.what == (uint32)B_ERROR) { // I do it myself
173 if (the_reply.HasString("message")) {
176 the_reply.FindString("message"),
177 the_reply.FindInt32("error"));
182 the_reply.FindInt32("error"));
190 if (the_reply.GetInfo("result", &tc) == B_OK) {
193 the_reply
[all...]

Completed in 75 milliseconds