Searched refs:ErrorCodeTable (Results 1 – 1 of 1) sorted by relevance
24 } ErrorCodeTable[] = { variable68 for (Index = 0; ErrorCodeTable[Index].Desc; Index +=1) { in StatusToString()69 if (ErrorCodeTable[Index].Code == Status) { in StatusToString()70 StrCpy (Buffer, ErrorCodeTable[Index].Desc); in StatusToString()