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