API 설명서 > Custom user interface > Object ProUIDialog > Function ProUIDialogMinimumsizeGet
Function ProUIDialogMinimumsizeGet
Description
Set the dialog minimum size in pixels.
Synopsis
#include <ProUIDialog.h>
ProUIDialogMinimumsizeGet
(
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
도움이 되셨나요?