.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHGetIniStringW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHGetIniStringW\fR (SHLWAPI.294) .SH SYNOPSIS DWORD SHGetIniStringW ( LPCWSTR \fIappName\fR, LPCWSTR \fIkeyName\fR, LPWSTR \fIout\fR, DWORD \fIoutLen\fR, LPCWSTR \fIfilename\fR ) .SH DESCRIPTION .PP Retrieve a key value from an \fBINI\fR file. See GetPrivateProfileString for more information. .SH PARAMS \fIappName\fR \fB[In]\fR The section in the \fBINI\fR file that contains the key. .PP \fIkeyName\fR \fB[In]\fR The key to be retrieved. .PP \fIout\fR \fB[Out]\fR The buffer into which the key's value will be copied. .PP \fIoutLen\fR \fB[In]\fR The length of the `out' buffer. .PP \fIfilename\fR \fB[In]\fR The location of the \fBINI\fR file. .PP .SH RETURNS .PP Length of string copied into `out'. .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.