Searched refs:ParamResponseMessage (Results 1 – 3 of 3) sorted by relevance
89 ParamResponseMessage *response = NULL; in SendResponseMsg()90 …response = (ParamResponseMessage *)CreateParamMessage(msg->type, msg->key, sizeof(ParamResponseMes… in SendResponseMsg()94 response->msg.msgSize = sizeof(ParamResponseMessage); in SendResponseMsg()
72 } ParamResponseMessage; typedef
79 result = ((ParamResponseMessage *)recvMsg)->result; in ProcessRecvMsg()