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

  /external/webrtc/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc     [all...]
audio_device_pulse_linux.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
userenv.h 184 LPWSTR szKey;
esent.h 783 char* szKey;
804 WCHAR* szKey;
    [all...]
  /external/opencv3/modules/highgui/src/
window_w32.cpp 308 char szKey[1024];
309 strcpy( szKey, icvWindowPosRootKey );
310 strcat( szKey, name );
315 if( RegOpenKeyEx(HKEY_CURRENT_USER,szKey,0,KEY_QUERY_VALUE,&hkey) == ERROR_SUCCESS )
349 char szKey[1024];
351 strcpy( szKey, icvWindowPosRootKey );
352 strcat( szKey, name );
354 if( RegOpenKeyEx( HKEY_CURRENT_USER,szKey,0,KEY_READ,&hkey) != ERROR_SUCCESS )
389 if( RegCreateKeyEx(HKEY_CURRENT_USER,szKey,0,NULL,REG_OPTION_NON_VOLATILE, KEY_WRITE, 0, &hkey, NULL) != ERROR_SUCCESS )
395 if( RegOpenKeyEx( HKEY_CURRENT_USER,szKey,0,KEY_WRITE,&hkey) != ERROR_SUCCESS
    [all...]

Completed in 347 milliseconds