.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH AssocQueryStringByKeyA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBAssocQueryStringByKeyA\fR (SHLWAPI.@) .SH SYNOPSIS HRESULT AssocQueryStringByKeyA ( ASSOCF \fIcfFlags\fR, ASSOCSTR \fIstr\fR, HKEY \fIhkAssoc\fR, LPCSTR \fIpszExtra\fR, LPSTR \fIpszOut\fR, DWORD* \fIpcchOut\fR ) .SH DESCRIPTION .PP Get a file association string from the registry, given a starting key. .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. .PP \fIhkAssoc\fR \fB[In]\fR Key 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.