.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHGetRestriction 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHGetRestriction\fR (SHLWAPI.271) .SH SYNOPSIS DWORD SHGetRestriction ( LPCWSTR \fIlpSubKey\fR, LPCWSTR \fIlpSubName\fR, LPCWSTR \fIlpValue\fR ) .SH DESCRIPTION .PP Retrieve a policy value from the registry. .SH PARAMS \fIlpSubKey\fR \fB[In]\fR registry key name. .PP \fIlpSubName\fR \fB[In]\fR subname of registry key. .PP \fIlpValue\fR \fB[In]\fR value name of registry value. .PP .SH RETURNS .PP the value associated with the registry key or \fB0\fR if not found .SH IMPLEMENTATION .PP Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/shlwapi/ordinal.c"\fR. .PP Debug channel \fB"shell"\fR.