IFSMgr_GetErrString
IFSMgr_GetErrString(
unsigned int errorcode,
unsigned int table
)
This service returns a pointer to the error string for the passed in error code, if it is present in the table.
- errorcode
- Supplies error number of the error message.
- table
- Supplies the table indicator: 0 means errorcode table, 1 means device name table.
- Returns pointer to error string if present in table, returns NULL if the message is not found.