Function ProUIDashboardPageGet
Description
Obtains the handle to a given page from the dashboard.
Synopsis
#include <ProUIDashboard.h>
ProUIDashboardPageGet
(
ProUIDashboard dashboard
/* (In)
The dashboard handle.
*/
char* name
/* (In)
The page name. Pass NULL to get the handle to the main page.
*/
/* (Out)
The handle to the dashboard page.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The dashboard does not contain the given page.
Sample Code References
User Guide References
도움이 되셨나요?