.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH AssocQueryStringA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBAssocQueryStringA\fR (SHLWAPI.@) .SH SYNOPSIS HRESULT AssocQueryStringA ( ASSOCF \fIcfFlags\fR, ASSOCSTR \fIstr\fR, LPCSTR \fIpszAssoc\fR, LPCSTR \fIpszExtra\fR, LPSTR \fIpszOut\fR, DWORD* \fIpcchOut\fR ) .SH DESCRIPTION .PP Get a file association string from the registry. .SH PARAMS \fIcfFlags\fR \fB[In]\fR \fBASSOCF_\fR flags from \fB"shlwapi.h"\fR. .PP \fIstr\fR \fB[In]\fR Type of string to get (\fBASSOCSTR\fR enum from \fB"shlwapi.h"\fR). .PP \fIpszAssoc\fR \fB[In]\fR Key name to search below. .PP \fIpszExtra\fR \fB[In]\fR Extra information about the string location. .PP \fIpszOut\fR \fB[Out]\fR Destination for the association string. .PP \fIpcchOut\fR \fB[Out]\fR Length of \fIpszOut\fR. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. \fIpszOut\fR contains the string, \fIpcchOut\fR contains its length. .PP \fBFailure:\fR An \fBHRESULT\fR error code indicating the error. .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/assoc.c"\fR. .PP Debug channel \fB"shell"\fR.