[ Maverik Level 1 functions ]


mav_SMSDisplay

mav_SMSDisplay, mav_SMSDisplayUnCulled

Summary

SMS display functions.


Syntax

int mav_SMSDisplay(MAV_window *w, MAV_SMS *s);

int mav_SMSDisplayUnCulled(MAV_window *w, MAV_SMS *s);


Description

These functions display the contents of SMS s in window w.

The return value of this function is MAV_TRUE or MAV_FALSE and respectively indicates the success or failure of this operation.


Back to the index page.