Function ProUIDashboardStdlayoutGet
Description
Obtains the standard layout name typically used for placement of OK and cancel buttons.
Synopsis
#include <ProUIDashboard.h>
ProUIDashboardStdlayoutGet
(
ProUIDashboard dashboard
/* (In)
The dashboard handle.
*/
char** std_layout
/* (Out)
The standard layout name. Free this string using ProStringFree().
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
Sample Code References
User Guide References
¿Fue esto útil?