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.