IFSMgr_GetDebugString( char * prompt, char * buffer, unsigned int len )
This service fetches an input string from the user through the debug console. It displays the prompt passed in by the caller of the service and returns the string entered by the user in response to the prompt.This service is available only on debug versions of the IFS manager. On the non-debug version, this service returns without doing anything.
prompt
Supplies pointer to prompt string to display to user.
buffer
Supplies pointer to buffer to contain user response string.
len
Supplies length of buffer.