Searched refs:FlushKey (Results 1 – 4 of 4) sorted by relevance
211 .. function:: FlushKey(key)218 It is not necessary to call :func:`FlushKey` to change a key. Registry changes are221 :func:`FlushKey` method returns only when all the data has been written to the222 registry. An application should only call :func:`FlushKey` if it requires227 If you don't know whether a :func:`FlushKey` call is required, it probably
239 .. function:: FlushKey(key)246 It is not necessary to call :func:`FlushKey` to change a key. Registry changes are249 :func:`FlushKey` method returns only when all the data has been written to the250 registry. An application should only call :func:`FlushKey` if it requires255 If you don't know whether a :func:`FlushKey` call is required, it probably
147 static HRESULT FlushKey(const wchar_t* full_key_name);
367 HRESULT RegKey::FlushKey(const wchar_t* full_key_name) { in FlushKey() function in rtc::RegKey