.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH QueryPathOfRegTypeLib16 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBQueryPathOfRegTypeLib16\fR (TYPELIB.14) .SH SYNOPSIS HRESULT QueryPathOfRegTypeLib16 ( REFGUID \fIguid\fR, WORD \fIwMaj\fR, WORD \fIwMin\fR, LCID \fIlcid\fR, SEGPTR* \fIpath\fR ) .SH PARAMS \fIguid\fR \fB[In]\fR Guid to get the key name for. .PP \fIwMaj\fR \fB[In]\fR Major version. .PP \fIwMin\fR \fB[In]\fR Minor version. .PP \fIlcid\fR \fB[In]\fR Locale Id. .PP \fIpath\fR \fB[Out]\fR Destination for the registry key name. .PP .SH DESCRIPTION .PP Get the registry key of a registered type library. .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. \fIpath\fR is updated with the key name .PP \fBFailure:\fR \fBE_FAIL\fR, if \fIguid\fR was not found in the registry. .SH NOTES .PP The key takes the form \fB"Classes\Typelib\\.\\Win16\"\fR .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/typelib.dll16/typelib.c"\fR. .PP Debug channel \fB"ole"\fR.