.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHRegGetIntW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHRegGetIntW\fR (SHLWAPI.280) .SH SYNOPSIS int SHRegGetIntW ( HKEY \fIhKey\fR, LPCWSTR \fIlpszValue\fR, int \fIiDefault\fR ) .SH DESCRIPTION .PP Read an integer value from the registry, falling back to a default. .SH PARAMS \fIhKey\fR \fB[In]\fR Registry key to read from. .PP \fIlpszValue\fR \fB[In]\fR Value name to read. .PP \fIiDefault\fR \fB[In]\fR Default value to return. .PP .SH RETURNS .PP The value contained in the given registry value if present, otherwise \fIiDefault\fR. .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/reg.c"\fR. .PP Debug channel \fB"shell"\fR.