Searched refs:VersNumsToTxt (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/vb/
H A Dvbunzip.bas547 Private Function VersNumsToTxt(ByVal NumMajor As Byte, ByVal NumMinor As Byte _ function
549 VersNumsToTxt = CStr(NumMajor) & "." & Hex$(NumMinor)
550 If NumRevis <> 0 Then VersNumsToTxt = VersNumsToTxt & Hex$(NumRevis)
637 & VersNumsToTxt(cUzDLL_MinVer_Major, cUzDLL_MinVer_Minor, cUzDLL_MinVer_Revis) _
639 & VersNumsToTxt(UZVER2.unzip(1), UZVER2.unzip(2), UZVER2.unzip(3)) _
658 & VersNumsToTxt(cUzDLL_MaxAPI_Major, cUzDLL_MaxAPI_Minor, cUzDLL_MaxAPI_Revis) _
672 & VersNumsToTxt(UZVER2.zipinfo(1), UZVER2.zipinfo(2), UZVER2.zipinfo(3))
674 & VersNumsToTxt(UZVER2.windll(1), UZVER2.windll(2), UZVER2.windll(3))

Completed in 51 milliseconds