
Replacement in Object TOOLKIT: |

ProMessageStringRead | |
( int max_buffer_length /* (In) The maximum length (up to 127 characters) of the string put into buffer */ wchar_t* buffer /* (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. |


