Category
Custom user interface
, Object
ProUIScreensize
Function ProUIScreensizeGet
Description
Get the size of the window screen.
Synopsis
#include <
ProUI.h
>
ProError
ProUIScreensizeGet
(
ProUIRectangle
*
size
/* (Out)
Size of the screen.
*/
)
Returns
PRO_TK_NO_ERROR
The function was successful
PRO_TK_GENERAL_ERROR
The function failed.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.