HomeSort by relevance Sort by last modified time
    Searched defs:hKey (Results 1 - 9 of 9) sorted by null

  /external/mdnsresponder/mDNSWindows/ControlPanel/
ControlPanelExe.cpp 75 DEBUG_LOCAL OSStatus MyRegDeleteKey( HKEY hKeyRoot, LPTSTR lpSubKey )
81 HKEY hKey;
93 err = RegOpenKeyEx( hKeyRoot, lpSubKey, 0, KEY_READ, &hKey );
110 err = RegEnumKeyEx(hKey, 0, szName, &dwSize, NULL, NULL, NULL, &ftWrite);
125 err = RegEnumKeyEx( hKey, 0, szName, &dwSize, NULL, NULL, NULL, &ftWrite );
134 RegCloseKey( hKey );
176 HKEY rootKey;
186 HKEY key;
  /external/vulkan-validation-layers/windowsRuntimeInstaller/
configure_runtime.c 223 HKEY hKey;
231 0, NULL, REG_OPTION_NON_VOLATILE, flags, NULL, &hKey, NULL) != ERROR_SUCCESS) {
260 LSTATUS err = RegSetValueEx(hKey, layer, zero, REG_DWORD, (BYTE*) &zero, sizeof(DWORD));
267 RegCloseKey(hKey);
304 HKEY hKey;
306 0, KEY_READ | KEY_WOW64_64KEY, &hKey) != ERROR_SUCCESS) {
311 RegQueryInfoKey(hKey, NULL, NULL, NULL, &keyCount, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
315 RegEnumKeyEx(hKey, i, name, &nameSize, NULL, NULL, NULL, NULL);
    [all...]
  /external/libcups/cups/
tls-sspi.c     [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
pex-win32.c 165 static HKEY
166 openkey (HKEY hStart, const char *keys[])
168 HKEY hKey, hTmp;
169 for (hKey = hStart; *keys; keys++)
172 hTmp = hKey;
173 res = RegOpenKey (hTmp, *keys, &hKey);
181 return hKey;
188 HKEY hKey, hTmp
    [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:__anon30457
    [all...]
  /external/python/cpython2/PC/bdist_wininst/
install.c 148 HKEY hkey_root = (HKEY)-1;
1422 HKEY hkey; \/\/ Is this Python in HKCU or HKLM? member in struct:_InstalledVersionInfo
    [all...]
  /prebuilts/tools/common/m2/repository/com/cedarsoftware/java-util/1.24.0/
java-util-1.24.0.jar 
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincrypt.h 723 WINIMPM WINBOOL WINAPI CryptDestroyKey (HCRYPTKEY hKey);
724 WINIMPM WINBOOL WINAPI CryptSetKeyParam (HCRYPTKEY hKey, DWORD dwParam, CONST BYTE *pbData, DWORD dwFlags);
725 WINIMPM WINBOOL WINAPI CryptGetKeyParam (HCRYPTKEY hKey, DWORD dwParam, BYTE *pbData, DWORD *pdwDataLen, DWORD dwFlags);
732 WINIMPM WINBOOL WINAPI CryptExportKey (HCRYPTKEY hKey, HCRYPTKEY hExpKey, DWORD dwBlobType, DWORD dwFlags, BYTE *pbData, DWORD *pdwDataLen);
734 WINIMPM WINBOOL WINAPI CryptEncrypt (HCRYPTKEY hKey, HCRYPTHASH hHash, WINBOOL Final, DWORD dwFlags, BYTE *pbData, DWORD *pdwDataLen, DWORD dwBufLen);
735 WINIMPM WINBOOL WINAPI CryptDecrypt (HCRYPTKEY hKey, HCRYPTHASH hHash, WINBOOL Final, DWORD dwFlags, BYTE *pbData, DWORD *pdwDataLen);
736 WINIMPM WINBOOL WINAPI CryptCreateHash (HCRYPTPROV hProv, ALG_ID Algid, HCRYPTKEY hKey, DWORD dwFlags, HCRYPTHASH *phHash);
738 WINIMPM WINBOOL WINAPI CryptHashSessionKey (HCRYPTHASH hHash, HCRYPTKEY hKey, DWORD dwFlags);
755 WINIMPM WINBOOL WINAPI CryptDuplicateKey (HCRYPTKEY hKey, DWORD *pdwReserved, DWORD dwFlags, HCRYPTKEY *phKey);
    [all...]

Completed in 360 milliseconds