SHInitRestricted (SHELL32.244)
BOOL SHInitRestricted ( LPCVOID unused, LPCVOID inpRegKey )
Initialise the policy cache to speed up calls to SHRestricted.
unused | [In] | Reserved. |
inpRegKey | [In] | Registry key to scan. |
Success: -1. The policy cache is initialised.
Failure: 0, if inpRegKey is any value other than NULL, "Policy", or "Software\Microsoft\Windows\CurrentVersion\Policies".
Exported by ordinal. Introduced in Win98.
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
Implemented in "dlls/shell32/shpolicy.c". gitlab.winehq.org/wine/wine/blob/master/dlls/shell32/shpolicy.c
Debug channel "shell".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.