Home | History | Annotate | Download | only in liblutil

Lines Matching defs:hkey

63 	HKEY		hKey;
95 "REG_SZ", REG_OPTION_NON_VOLATILE, KEY_ALL_ACCESS, NULL, &hKey,
99 RegCloseKey(hKey);
103 if ( RegSetValueEx(hKey, "EventMessageFile", 0, REG_EXPAND_SZ, lpszBinaryPathName, strlen(lpszBinaryPathName) + 1) != ERROR_SUCCESS)
106 RegCloseKey(hKey);
111 if ( RegSetValueEx(hKey, "TypesSupported", 0, REG_DWORD, (LPBYTE) &dwValue, sizeof(DWORD)) != ERROR_SUCCESS)
114 RegCloseKey(hKey);
117 RegCloseKey(hKey);
171 HKEY key;
358 HKEY hkey;
369 if ( RegOpenKeyEx( HKEY_LOCAL_MACHINE, path, 0, KEY_READ, &hkey ) != ERROR_SUCCESS )
374 if ( RegQueryValueEx( hkey, value, NULL, &vType, vValue, &valLen ) != ERROR_SUCCESS )
376 RegCloseKey( hkey );
379 RegCloseKey( hkey );