RegDisablePredefinedCache function advapi32

int RegDisablePredefinedCache()

Disables handle caching of the predefined registry handle for HKEY_CURRENT_USER for the current process. This function does not work on a remote computer.

LSTATUS RegDisablePredefinedCache();

Implementation

int RegDisablePredefinedCache() => _RegDisablePredefinedCache();