Searched refs:categoryCode (Results 1 – 1 of 1) sorted by relevance
23 int categoryCode = errCode % 1000000; // 1000000: mod to get last 6 digits in GetErrorCategory() local24 categoryCode /= 1000; // 1000: deviced to remove first 3 digits in GetErrorCategory()25 categoryCode *= 1000; // 1000: multiply to pad the output in GetErrorCategory()26 return categoryCode; in GetErrorCategory()