Home
last modified time | relevance | path

Searched refs:abData (Results 1 – 1 of 1) sorted by relevance

/trunk/main/migrationanalysis/src/driver_docs/sources/
H A DCommonPreparation.bas185 Dim abData() As Byte variable
199 ReDim abData(0 To lLen - 1)
200 ret = CryptGetHashParam(hHash, HP_HASHVAL, abData(0), lLen, 0)
203 For lIdx = 0 To UBound(abData)
204 MD5HashString = MD5HashString & Right$("0" & Hex$(abData(lIdx)), 2)

Completed in 7 milliseconds