Home
last modified time | relevance | path

Searched refs:FlushKey (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Doc/library/
D_winreg.rst211 .. function:: FlushKey(key)
218 It is not necessary to call :func:`FlushKey` to change a key. Registry changes are
221 :func:`FlushKey` method returns only when all the data has been written to the
222 registry. An application should only call :func:`FlushKey` if it requires
227 If you don't know whether a :func:`FlushKey` call is required, it probably
/external/python/cpython3/Doc/library/
Dwinreg.rst239 .. function:: FlushKey(key)
246 It is not necessary to call :func:`FlushKey` to change a key. Registry changes are
249 :func:`FlushKey` method returns only when all the data has been written to the
250 registry. An application should only call :func:`FlushKey` if it requires
255 If you don't know whether a :func:`FlushKey` call is required, it probably
/external/webrtc/webrtc/base/
Dwin32regkey.h147 static HRESULT FlushKey(const wchar_t* full_key_name);
Dwin32regkey.cc367 HRESULT RegKey::FlushKey(const wchar_t* full_key_name) { in FlushKey() function in rtc::RegKey