.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHRegGetUSValueA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHRegGetUSValueA\fR (SHLWAPI.@) .SH SYNOPSIS LONG SHRegGetUSValueA ( LPCSTR \fIpSubKey\fR, LPCSTR \fIpValue\fR, LPDWORD \fIpwType\fR, LPVOID \fIpvData\fR, LPDWORD \fIpcbData\fR, BOOL \fIflagIgnoreHKCU\fR, LPVOID \fIpDefaultData\fR, DWORD \fIwDefaultDataSize\fR ) .SH PARAMS \fIpSubKey\fR \fB[In]\fR Key name to open. .PP \fIpValue\fR \fB[In]\fR Value name to open. .PP \fIpwType\fR \fB[Out]\fR Destination for the type of the value. .PP \fIpvData\fR \fB[Out]\fR Destination for the value. .PP \fIpcbData\fR \fB[In]\fR Destination for the length of the value *. .PP \fIflagIgnoreHKCU\fR \fB[In]\fR \fBTRUE\fR=Don't check \fBHKEY_CURRENT_USER\fR. .PP \fIpDefaultData\fR \fB[In]\fR Default value if it doesn't exist. .PP \fIwDefaultDataSize\fR \fB[In]\fR Length of \fIpDefaultData\fR. .PP .SH DESCRIPTION .PP Get a user-specific registry value. .SH RETURNS .PP \fBSuccess:\fR \fBERROR_SUCCESS\fR .PP \fBFailure:\fR An error code from \fBSHRegOpenUSKeyA(3w)\fR or \fBSHRegQueryUSValueA(3w)\fR. .SH NOTES .PP This function opens \fIpSubKey\fR, queries the value, and then closes the key. .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/reg.c"\fR. .PP Debug channel \fB"shell"\fR.