.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RegLoadMUIStringW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRegLoadMUIStringW\fR (ADVAPI32.@) .SH SYNOPSIS LSTATUS RegLoadMUIStringW ( HKEY \fIhKey\fR, LPCWSTR \fIpwszValue\fR, LPWSTR \fIpwszBuffer\fR, DWORD \fIcbBuffer\fR, LPDWORD \fIpcbData\fR, DWORD \fIdwFlags\fR, LPCWSTR \fIpwszBaseDir\fR ) .SH DESCRIPTION .PP Load the localized version of a string resource from some \fBPE\fR, respective id and path of which are given in the registry value in the format @[path]\dllname,-resourceId. .SH PARAMS \fIhKey\fR \fB[In]\fR Key, of which to load the string value from. .PP pszValue \fB[In]\fR The value to be loaded (Has to be of \fBREG_EXPAND_SZ\fR or \fBREG_SZ\fR type). .PP pszBuffer \fB[Out]\fR Buffer to store the localized string in. .PP \fIcbBuffer\fR \fB[In]\fR Size of the destination buffer in bytes. .PP \fIpcbData\fR \fB[Out]\fR Number of bytes written to pszBuffer (optional, may be \fBNULL\fR). .PP \fIdwFlags\fR \fB[In]\fR None supported yet. .PP pszBaseDir \fB[In]\fR Not supported yet. .PP .SH RETURNS .PP \fBSuccess:\fR \fBERROR_SUCCESS\fR, .PP \fBFailure:\fR nonzero error code from Winerror.h. .SH NOTES .PP This is an Api of Windows(tm) Vista, which wasn't available at the time this code was written. We have to check for the correct behaviour once it's available. .SH IMPLEMENTATION .PP Declared in \fB"winreg.h"\fR. .PP Implemented in \fB"dlls/advapi32/registry.c"\fR. .PP Debug channel \fB"reg"\fR.