Function ProUIDashboardpageNameGet
Description
Obtains the name of the page.
Synopsis
#include <ProUIDashboard.h>
ProUIDashboardpageNameGet
(
/* (In)
The dashboard page handle.
*/
char** name
/* (Out)
The page name. Free this string using ProStringFree().
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The dashboard page is the main page and does not have a user-defined name.
User Guide References
これは役に立ちましたか?