HomeSort by relevance Sort by last modified time
    Searched refs:RegSetValueEx (Results 1 - 8 of 8) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
addinterface.cpp 160 RegSetValueEx(ihk, TEXT("adapter"), 0, REG_SZ,
165 RegSetValueEx(ihk, TEXT("adapter"), 0, REG_SZ,
168 RegSetValueEx(ihk, TEXT("config"), 0, REG_SZ,
170 RegSetValueEx(ihk, TEXT("ctrl_interface"), 0, REG_SZ,
173 RegSetValueEx(ihk, TEXT("skip_on_error"), 0, REG_DWORD, (LPBYTE) &val,
  /external/lzma/CPP/Windows/
Registry.cpp 119 return RegSetValueEx(_object, name, 0, REG_DWORD,
132 return RegSetValueEx(_object, name, 0, REG_SZ,
141 return RegSetValueEx(_object, name, NULL, REG_SZ,
166 return RegSetValueEx(_object, name, 0, REG_BINARY,
  /external/webrtc/webrtc/base/
win32regkey.cc 686 ::RegSetValueEx(h_key_, value_name, NULL, REG_DWORD,
695 LONG res = ::RegSetValueEx(h_key_, value_name, NULL, REG_QWORD,
707 LONG res = ::RegSetValueEx(h_key_, value_name, NULL, REG_SZ,
724 LONG res = ::RegSetValueEx(h_key_, value_name, NULL,
737 LONG res = ::RegSetValueEx(h_key_, value_name, NULL, type, value, byte_count);
  /external/wpa_supplicant_8/wpa_supplicant/
config_winreg.c 503 ret = RegSetValueEx(hk, name, 0, REG_DWORD, (LPBYTE) &_val,
536 ret = RegSetValueEx(hk, _name, 0, REG_SZ, (BYTE *) _val,
963 ret = RegSetValueEx(bhk, name, 0, REG_BINARY, blob->data,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winreg.h 134 #define RegSetValueEx __MINGW_NAME_AW(RegSetValueEx)
  /external/opencv3/modules/highgui/src/
window_w32.cpp 399 RegSetValueEx(hkey, "Left", 0, REG_DWORD, (BYTE*)&rect.x, sizeof(rect.x));
400 RegSetValueEx(hkey, "Top", 0, REG_DWORD, (BYTE*)&rect.y, sizeof(rect.y));
401 RegSetValueEx(hkey, "Width", 0, REG_DWORD, (BYTE*)&rect.width, sizeof(rect.width));
402 RegSetValueEx(hkey, "Height", 0, REG_DWORD, (BYTE*)&rect.height, sizeof(rect.height));
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.c 1033 err = RegSetValueEx( key, TEXT( "EventMessageFile" ), 0, REG_EXPAND_SZ, (const LPBYTE) path, n );
1040 err = RegSetValueEx( key, TEXT( "TypesSupported" ), 0, REG_DWORD, (const LPBYTE) &typesSupported, sizeof( DWORD ) );
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 557 milliseconds