Home
last modified time | relevance | path

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

/trunk/main/shell/source/win32/shlxthandler/util/
H A Dregistry.cxx57 bool SetRegistryKey(HKEY RootKey, const char* KeyName, const char* ValueName, const char* Value) in SetRegistryKey() argument
68 hSubKey, ValueName, 0, REG_SZ, reinterpret_cast<const BYTE*>(Value), strlen(Value) + 1); in SetRegistryKey()
181 bool QueryRegistryKey(HKEY RootKey, const char* KeyName, const char* ValueName, char *pszData, DWOR… in QueryRegistryKey() argument
195 hKey, ValueName, NULL, NULL, (LPBYTE)pszData,&dwBufLen); in QueryRegistryKey()
/trunk/main/shell/inc/internal/
H A Dregistry.hxx44 bool SetRegistryKey(HKEY RootKey, const char* KeyName, const char* ValueName, const char* Value);
62 bool QueryRegistryKey(HKEY RootKey, const char* KeyName, const char* ValueName, char *pszData, DWOR…
/trunk/main/setup_native/source/win32/customactions/reg64/
H A Dreg64.cxx266 bool SetRegistryKey(HKEY RootKey, const wchar_t* KeyName, const wchar_t* ValueName, const wchar_t* … in SetRegistryKey() argument
278 …hSubKey, ValueName, 0, REG_SZ, reinterpret_cast<const BYTE*>(Value), (wcslen(Value) + 1) * sizeof(… in SetRegistryKey()

Completed in 31 milliseconds