Function ProUIDialogSizeGet
Description
Get the size of the dialog.
Synopsis
#include <ProUIDialog.h>
ProUIDialogSizeGet
(
char* dialog
/* (In)
Name of the dialog.
*/
int* width
/* (Out)
Width of the dialog.
*/
int* height
/* (Out)
Height of the dialog.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Est-ce que cela a été utile ?