Home
last modified time | relevance | path

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

/aoo4110/main/migrationanalysis/src/driver_docs/sources/
H A DCommonPreparation.bas137 Private Function GetProvider(hCtx As Long) As Boolean
154 If CBool(CryptAcquireContext(hCtx, ByVal strTemp, _
180 Dim hCtx As Long variable
187 If Not GetProvider(hCtx) Then Err.Raise Err.LastDllError
189 ret = CryptCreateHash(hCtx, MD5_ALGORITHM, 0, 0, hHash)
208 CryptReleaseContext hCtx, 0

Completed in 20 milliseconds