Category Custom user interface, Object ProUIScreensize

Function ProUIScreensizeGet


Description
Get the size of the window screen.
Synopsis
#include <ProUI.h>
ProErrorProUIScreensizeGet(
ProUIRectangle* size
/* (Out)
Size of the screen.
*/
)
Returns
PRO_TK_NO_ERRORThe function was successful
PRO_TK_GENERAL_ERRORThe function failed.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.