PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • Result = RegOpenKey(hKey, strPath, hCurKey) : : lDataBufferSize = 4 '4 bytes = 32 bits = long : : lRegResult = RegQueryValueEx(hCurKey, strValue, 0&, lValueType, lBuffer, lDataBufferSize) : : If lRegResult = ERROR_SUCCESS Then : : If lValueType = REG_DWORD Then : : GetRegLong = lBuffer : : End If : : Else : : 'there is a problem : : End If : : lRegResult = RegCloseKey(hCurKey) : : End Function : :
http://www.w3.org/ns/prov#wasQuotedFrom
  • programmersheaven.com