PSTR __stdcall CmpGetKeyName(PVOID InfHandle, PSTR Section, UINT64 LineIndex){
unsigned int v3;
__int64 **v4;
_QWORD *v5;
v3 = LineIndex;
v4 = CmpSearchSectionByName((__int64 ***)InfHandle, Section);
if( v4 && (v5 = CmpSearchLineInSectionByIndex((__int64)v4, v3)) != 0i64 )
return(PSTR)v5[1];
else
return 0i64;
}