
Replacement in Object TOOLKIT: |

ProMessagePasswordRead | |
( int max_password_length /* (In) The maximum length (up to 127 characters) of the string put into password */ wchar_t* password /* (Out) The user's input */ ) |

The function successfully read a string. | |
The user canceled input by typing <ESC>. | |
The function failed to read a string. This includes the case of the user entering <CR> without typing any characters.) |


