API Documentation > Creo Parametric user interface > Object ProUIDashboardpage > Function ProUIDashboardpageUserdataGet
Function ProUIDashboardpageUserdataGet
Description
Obtains the application stored with this dashboard page on registration.
Synopsis
#include <ProUIDashboard.h>
ProUIDashboardpageUserdataGet
(
/* (In)
The handle to the dashboard page.
*/
ProAppData* user_data
/* (Out)
The application data.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
Sample Code References
User Guide References
Was this helpful?