Searched refs:ValueName (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/shell/source/win32/shlxthandler/util/ |
H A D | registry.cxx | 57 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()
|
/aoo41x/main/shell/inc/internal/ |
H A D | registry.hxx | 44 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…
|
/aoo41x/main/setup_native/source/win32/customactions/reg64/ |
H A D | reg64.cxx | 266 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 17 milliseconds