Documentación de la API > Custom user interface > Object ProUIDialog > Function ProUIDialogRemembersPosition
Function ProUIDialogRemembersPosition
Description
Checks if the dialog remembers its old position.
Synopsis
#include <ProUIDialog.h>
ProUIDialogRemembersPosition
(
char* dialog
/* (In)
Name of the dialog.
*/
ProBoolean* state
/* (Out)
PRO_B_TRUE when the dialog remembers its old position. PRO_B_FALSE when it does not.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
¿Fue esto útil?