API 文件集 > Custom user interface > Object ProUIInputpanel > Function ProUIInputpanelContainsPassword
Function ProUIInputpanelContainsPassword
Description
Checks if the inputpanel can be used for password entry or normal characters entry.
Synopsis
ProUIInputpanelContainsPassword
(
char* dialog
/* (In)
The name of the dialog that contains the inputpanel.
*/
char* component
/* (In)
The name of the inputpanel component.
*/
ProBoolean* state
/* (Out)
PRO_B_TRUE, if the inputpanal is for password entry. PRO_B_FALSE, if the inputpanel is for normal characters entry.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
這是否有幫助?