Function ProUIDashboardshowoptionsAlloc
Description
Allocates a handle containing data used to build a dashboard.
Synopsis
#include <ProUIDashboard.h>
ProUIDashboardshowoptionsAlloc
(
/* (In)
The main page for the dashboard.
*/
/* (In)
ProArray of handles representing slideup pages. Can be NULL.
*/
ProAppData appdata
/* (In)
Application data to be stored with the dashboard. Can be NULL.
*/
ProUIDashboardShowOptions* dashboard_options
/* (Out)
The handle to data used to build the dashboard.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
Sample Code References
User Guide References
¿Fue esto útil?