Home
last modified time | relevance | path

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

/trunk/main/migrationanalysis/src/wizard/
H A DUtilities.bas513 Dim idlstr As Long variable
523 idlstr = SHGetSpecialFolderLocation(0, CSIDL_APPDATA, IDL)
525 If idlstr = NOERROR Then
529 idlstr = SHGetPathFromIDList(ByVal IDL.mkid.cb, ByVal sPath)
530 If idlstr Then
/trunk/main/migrationanalysis/src/driver_docs/sources/
H A DAnalysisDriver.bas3475 Dim idlstr As Long variable
3485 idlstr = SHGetSpecialFolderLocation(0, CSIDL_APPDATA, IDL)
3487 If idlstr = NOERROR Then
3491 idlstr = SHGetPathFromIDList(ByVal IDL.mkid.cb, ByVal sPath)
3492 If idlstr Then

Completed in 283 milliseconds