HomeSort by relevance Sort by last modified time
    Searched refs:HKEY (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/mdnsresponder/mDNSWindows/ControlPanel/
RegistrationPage.h 65 HKEY m_hostnameSetupKey;
66 HKEY m_registrationSetupKey;
67 HKEY m_statusKey;
SecondPage.h 79 HKEY key,
90 Commit( CComboBox & box, HKEY key, DWORD enabled );
96 RegQueryString( HKEY key, CString valueName, CString & value );
102 HKEY m_setupKey;
FourthPage.cpp 95 HKEY key = NULL;
151 HKEY key = NULL;
SecondPage.cpp 172 CSecondPage::Commit( CComboBox & box, HKEY key, DWORD enabled )
175 HKEY subKey = NULL;
382 CSecondPage::Populate( CComboBox & box, HKEY key, StringList & l )
385 HKEY subKey = NULL;
480 HKEY key = NULL;
506 CSecondPage::RegQueryString( HKEY key, CString valueName, CString & value )
ConfigPropertySheet.h 97 HKEY m_statusKey;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winreg.h 37 #define HKEY_CLASSES_ROOT ((HKEY) (ULONG_PTR)((LONG)0x80000000))
38 #define HKEY_CURRENT_USER ((HKEY) (ULONG_PTR)((LONG)0x80000001))
39 #define HKEY_LOCAL_MACHINE ((HKEY) (ULONG_PTR)((LONG)0x80000002))
40 #define HKEY_USERS ((HKEY) (ULONG_PTR)((LONG)0x80000003))
41 #define HKEY_PERFORMANCE_DATA ((HKEY) (ULONG_PTR)((LONG)0x80000004))
42 #define HKEY_PERFORMANCE_TEXT ((HKEY) (ULONG_PTR)((LONG)0x80000050))
43 #define HKEY_PERFORMANCE_NLSTEXT ((HKEY) (ULONG_PTR)((LONG)0x80000060))
44 #define HKEY_CURRENT_CONFIG ((HKEY) (ULONG_PTR)((LONG)0x80000005))
45 #define HKEY_DYN_DATA ((HKEY) (ULONG_PTR)((LONG)0x80000006))
140 WINADVAPI LONG WINAPI RegCloseKey(HKEY hKey)
    [all...]
powrprof.h 183 HKEY RootSystemPowerKey,
190 HKEY RootSystemPowerKey,
196 HKEY RootPowerKey,
203 HKEY RootPowerKey,
209 HKEY RootPowerKey,
219 HKEY UserRootPowerKey,
224 HKEY RootPowerKey,
230 HKEY RootPowerKey,
238 HKEY RootPowerKey,
248 HKEY RootPowerKey
    [all...]
resapi.h 216 typedef RESID (_stdcall *POPEN_ROUTINE) (LPCWSTR ResourceName, HKEY ResourceKey, RESOURCE_HANDLE ResourceHandle);
229 typedef RESID (_stdcall *POPEN_V2_ROUTINE) (LPCWSTR ResourceName, HKEY ResourceKey, RESOURCE_HANDLE ResourceHandle, DWORD OpenFlags);
370 typedef DWORD (WINAPI *PRESUTIL_ENUM_PRIVATE_PROPERTIES) (HKEY hkeyClusterKey, LPWSTR pszOutProperties, DWORD cbOutPropertiesSize, LPDWORD pcbBytesReturned, LPDWORD pcbRequired);
371 typedef DWORD (WINAPI *PRESUTIL_GET_PROPERTIES) (HKEY hkeyClusterKey, const PRESUTIL_PROPERTY_ITEM pPropertyTable, PVOID pOutPropertyList, DWORD cbOutPropertyListSize, LPDWORD pcbBytesReturned, LPDWORD pcbRequired);
372 typedef DWORD (WINAPI *PRESUTIL_GET_ALL_PROPERTIES) (HKEY hkeyClusterKey, const PRESUTIL_PROPERTY_ITEM pPropertyTable, PVOID pOutPropertyList, DWORD cbOutPropertyListSize, LPDWORD pcbBytesReturned, LPDWORD pcbRequired);
373 typedef DWORD (WINAPI *PRESUTIL_GET_PRIVATE_PROPERTIES) (HKEY hkeyClusterKey, PVOID pOutPropertyList, DWORD cbOutPropertyListSize, LPDWORD pcbBytesReturned, LPDWORD pcbRequired);
374 typedef DWORD (WINAPI *PRESUTIL_GET_PROPERTY_SIZE) (HKEY hkeyClusterKey, const PRESUTIL_PROPERTY_ITEM pPropertyTableItem, LPDWORD pcbOutPropertyListSize, LPDWORD pnPropertyCount);
375 typedef DWORD (WINAPI *PRESUTIL_GET_PROPERTY) (HKEY hkeyClusterKey, const PRESUTIL_PROPERTY_ITEM pPropertyTableItem, PVOID *pOutPropertyItem, LPDWORD pcbOutPropertyItemSize);
377 typedef DWORD (WINAPI *PRESUTIL_SET_PROPERTY_TABLE) (HKEY hkeyClusterKey, const PRESUTIL_PROPERTY_ITEM pPropertyTable, PVOID Reserved, WINBOOL bAllowUnknownProperties, const PVOID pInPropertyList, DWORD cbInPropertyListSize, LPBYTE pOutParams);
378 typedef DWORD (WINAPI *PRESUTIL_SET_PROPERTY_TABLE_EX) (HKEY hkeyClusterKey, const PRESUTIL_PROPERTY_ITEM pPropertyTable, PVOID Reserved, WINBOOL bAllowUnknown (…)
    [all...]
regbag.h 50 HKEY hkey,
80 HKEY hkey,
100 #define ICreatePropBagOnRegKey_Create(This,hkey,subkey,ulOptions,samDesired,iid,ppBag) (This)->lpVtbl->Create(This,hkey,subkey,ulOptions,samDesired,iid,ppBag)
113 static FORCEINLINE HRESULT ICreatePropBagOnRegKey_Create(ICreatePropBagOnRegKey* This,HKEY hkey,LPCOLESTR subkey,DWORD ulOptions,DWORD samDesired,REFIID iid,LPVOID *ppBag) {
114 return This->lpVtbl->Create(This,hkey,subkey,ulOptions,samDesired,iid,ppBag);
123 HKEY hkey
    [all...]
sfc.h 40 HKEY hKey,
shlwapi.h 568 LWSTDAPI_(DWORD) SHDeleteEmptyKeyA(HKEY hkey,LPCSTR pszSubKey);
569 LWSTDAPI_(DWORD) SHDeleteEmptyKeyW(HKEY hkey,LPCWSTR pszSubKey);
573 LWSTDAPI_(DWORD) SHDeleteKeyA(HKEY hkey,LPCSTR pszSubKey);
574 LWSTDAPI_(DWORD) SHDeleteKeyW(HKEY hkey,LPCWSTR pszSubKey);
578 LWSTDAPI_(HKEY) SHRegDuplicateHKey(HKEY hkey) variable
    [all...]
advpub.h 141 HRESULT WINAPI RegSaveRestore(HWND hWnd,PCSTR pszTitleString,HKEY hkBckupKey,PCSTR pcszRootKey,PCSTR pcszSubKey,PCSTR pcszValueName,DWORD dwFlags);
143 typedef HRESULT (WINAPI *REGSAVERESTORE)(HWND hWnd,PCSTR pszTitleString,HKEY hkBckupKey,PCSTR pcszRootKey,PCSTR pcszSubKey,PCSTR pcszValueName,DWORD dwFlags);
145 HRESULT WINAPI RegSaveRestoreOnINF(HWND hWnd,PCSTR pszTitle,PCSTR pszINF,PCSTR pszSection,HKEY hHKLMBackKey,HKEY hHKCUBackKey,DWORD dwFlags);
147 typedef HRESULT (WINAPI *REGSAVERESTOREONINF)(HWND hWnd,PCSTR pszTitle,PCSTR pszINF,PCSTR pszSection,HKEY hHKLMBackKey,HKEY hHKCUBackKey,DWORD dwFlags);
157 HRESULT WINAPI RegRestoreAll(HWND hWnd,PSTR pszTitleString,HKEY hkBckupKey);
158 typedef HRESULT (WINAPI *REGRESTOREALL)(HWND hWnd,PSTR pszTitleString,HKEY hkBckupKey);
  /external/python/cpython3/PC/clinic/
winreg.c.h 107 "CloseKey($module, hkey, /)\n"
112 " hkey\n"
116 "closed when the hkey object is destroyed by Python.");
139 static HKEY
141 HKEY key);
148 HKEY key;
149 HKEY _return_value;
187 static HKEY
188 winreg_CreateKey_impl(PyObject *module, HKEY key, Py_UNICODE *sub_key);
194 HKEY key
    [all...]
  /external/lzma/CPP/Windows/
Registry.h 12 LONG SetValue(HKEY parentKey, LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value);
16 HKEY _object;
21 operator HKEY() const { return _object; }
22 void Attach(HKEY key) { _object = key; }
23 HKEY Detach()
25 HKEY key = _object;
30 LONG Create(HKEY parentKey, LPCTSTR keyName,
35 LONG Open(HKEY parentKey, LPCTSTR keyName, REGSAM accessMask = KEY_ALL_ACCESS) throw();
  /external/python/cpython3/PC/
winreg.c 19 static BOOL PyHKEY_AsHKEY(PyObject *ob, HKEY *pRes, BOOL bNoneOK);
21 static PyObject *PyHKEY_FromHKEY(HKEY h);
69 "HKEYType -- type object for HKEY objects\n"
82 "This object wraps a Windows HKEY object, automatically closing it when\n"
110 HKEY hkey; member in struct:__anon33583
144 if (obkey->hkey)
145 RegCloseKey((HKEY)obkey->hkey);
152 return ((PyHKEYObject *)ob)->hkey != 0
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config_winreg.c 50 static int wpa_config_read_blobs(struct wpa_config *config, HKEY hk)
54 HKEY bhk;
119 static int wpa_config_read_reg_dword(HKEY hk, const TCHAR *name, int *_val)
136 static char * wpa_config_read_reg_string(HKEY hk, const TCHAR *name)
163 static int wpa_config_read_global_uuid(struct wpa_config *config, HKEY hk)
182 HKEY hk)
201 static int wpa_config_read_global(struct wpa_config *config, HKEY hk)
283 static struct wpa_ssid * wpa_config_read_network(HKEY hk, const TCHAR *netw,
286 HKEY nhk;
372 static int wpa_config_read_networks(struct wpa_config *config, HKEY hk
    [all...]
  /external/python/cpython2/PC/
_winreg.c 20 static BOOL PyHKEY_AsHKEY(PyObject *ob, HKEY *pRes, BOOL bNoneOK);
21 static PyObject *PyHKEY_FromHKEY(HKEY h);
67 "HKEYType -- type object for HKEY objects\n"
76 "CloseKey(hkey) - Closes a previously opened registry key.\n"
78 "The hkey argument specifies a previously opened key.\n"
81 "closed when the hkey object is destroyed by Python.");
336 "bool = QueryReflectionKey(hkey) - Determines the reflection state for the specified key.\n"
343 "This object wraps a Windows HKEY object, automatically closing it when\n"
388 HKEY hkey; member in struct:__anon32937
    [all...]
import_nt.c 36 HKEY keyBase = HKEY_CURRENT_USER;
  /external/webrtc/webrtc/base/
win32regkey.h 45 HRESULT Create(HKEY parent_key, const wchar_t* key_name);
47 HRESULT Create(HKEY parent_key,
56 HRESULT Open(HKEY parent_key, const wchar_t* key_name);
58 HRESULT Open(HKEY parent_key, const wchar_t* key_name, REGSAM sam_desired);
272 HKEY key() { return h_key_; }
274 // helper function to get the HKEY and the root key from a string
278 static HKEY GetRootKeyInfo(std::wstring* full_key_name);
328 // the HKEY for the current key
329 HKEY h_key_;
  /external/chromium-trace/catapult/third_party/pyserial/serial/tools/
list_ports_windows.py 19 from ctypes.wintypes import HKEY
104 SetupDiOpenDevRegKey.restype = HKEY
108 RegCloseKey.argtypes = [HKEY]
112 RegQueryValueEx.argtypes = [HKEY, LPCSTR, LPDWORD, LPDWORD, LPBYTE, LPDWORD]
155 hkey = SetupDiOpenDevRegKey(
165 hkey,
171 RegCloseKey(hkey)
  /external/icu/icu4c/source/common/
wintz.cpp 62 static LONG openTZRegKey(HKEY *hkey, const char *winid)
76 hkey);
84 HKEY hkey; local
86 result = openTZRegKey(&hkey, winid);
90 result = RegQueryValueExA(hkey,
96 RegCloseKey(hkey);
106 HKEY hkey; local
126 HKEY hkey; local
    [all...]
  /external/libusb/msvc/
missing.c 38 HKEY hkey; local
50 rc = RegOpenKeyEx(HKEY_LOCAL_MACHINE, ENVIRONMENT_REG_PATH, 0, KEY_QUERY_VALUE, &hkey);
58 rc = RegQueryValueEx(hkey, wName, NULL, &dwType,
60 RegCloseKey(hkey);
  /external/python/cpython2/PC/VS7.1/
make_buildinfo.c 25 HKEY hTortoise;
  /external/python/cpython2/PC/VS8.0/
make_buildinfo.c 27 HKEY hTortoise;
  /external/python/cpython2/PC/VS9.0/
make_buildinfo.c 27 HKEY hTortoise;

Completed in 789 milliseconds

1 2 3 4