.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH AssocQueryKeyA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBAssocQueryKeyA\fR (SHLWAPI.@) .SH SYNOPSIS HRESULT AssocQueryKeyA ( ASSOCF \fIcfFlags\fR, ASSOCKEY \fIassockey\fR, LPCSTR \fIpszAssoc\fR, LPCSTR \fIpszExtra\fR, HKEY* \fIphkeyOut\fR ) .SH DESCRIPTION .PP Get a file association key from the registry. .SH PARAMS \fIcfFlags\fR \fB[In]\fR \fBASSOCF_\fR flags from \fB"shlwapi.h"\fR. .PP \fIassockey\fR \fB[In]\fR Type of key to get. .PP \fIpszAssoc\fR \fB[In]\fR Key name to search below. .PP \fIpszExtra\fR \fB[In]\fR Extra information about the key location. .PP \fIphkeyOut\fR \fB[Out]\fR Destination for the association key. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. \fIphkeyOut\fR contains the key. .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.