IFSMgr_GetDebugHexnum( char * prompt, unsigned long * phexval )
This service fetches a long hex value from the user through the debug console.It displays the prompt passed in by the caller of the service, converts what the user types in to a hex value and returns this hex value.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.
phexval
Supplies pointer to long variable to contain the hex value.