SHRestricted(3w)
NAME
SHRestricted (SHELL32.100)
SYNOPSIS
DWORD SHRestricted
(
RESTRICTIONS policy
)
DESCRIPTION
Get the value associated with a policy Id.
PARAMS
pol [In] Policy Id.
RETURNS
The queried value for the policy.
NOTES
Exported by ordinal. This function caches the retrieved values to prevent unnecessary registry access, if SHInitRestricted(3w) was previously called.
REFERENCES
a: Microsoft(tm) System Policy Editor.
b: 98Lite 2.0 (which uses many of these policy keys)
http://www.98lite.net/
c: 'The Windows(tm) 95 Registry', by John Woram, 1996 MIS: Press
IMPLEMENTATION
Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to
the function.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shell32/shpolicy.c".
- Debug channel "shell".