.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetClassFile 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetClassFile\fR (OLE32.@) .SH SYNOPSIS HRESULT GetClassFile ( LPCOLESTR \fIfilePathName\fR, CLSID* \fIpclsid\fR ) .SH DESCRIPTION .PP Retrieves the class Id associated with the given filename. .SH PARAMS \fIfilePathName\fR \fB[In]\fR Filename to retrieve the class Id for. .PP \fIpclsid\fR \fB[Out]\fR Address that receives the class Id for the file. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. .PP \fBFailure:\fR Any \fBHRESULT\fR code. .SH IMPLEMENTATION .PP Declared in \fB"objbase.h"\fR. .PP Implemented in \fB"dlls/ole32/moniker.c"\fR. .PP Debug channel \fB"ole"\fR.