NAME

SHInitRestricted  (SHELL32.244)

SYNOPSIS

 BOOL SHInitRestricted
 (
  LPCVOID unused,
  LPCVOID inpRegKey
 )

DESCRIPTION

Initialise the policy cache to speed up calls to SHRestricted.

PARAMS

unused [In] Reserved.
inpRegKey [In] Registry key to scan.

RETURNS

Success: -1. The policy cache is initialised.

Failure: 0, if inpRegKey is any value other than NULL, "Policy", or "Software\Microsoft\Windows\CurrentVersion\Policies".

NOTES

Exported by ordinal. Introduced in Win98.

IMPLEMENTATION

Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.

Implemented in "dlls/shell32/shpolicy.c". https://source.winehq.org/source/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 Apr 2024.