GetClassFile (OLE32.@)
HRESULT GetClassFile ( LPCOLESTR filePathName, CLSID* pclsid )
Retrieves the class Id associated with the given filename.
filePathName | [In] | Filename to retrieve the class Id for. |
pclsid | [Out] | Address that receives the class Id for the file. |
Success: S_OK.
Failure: Any HRESULT code.
Defined in "objbase.h".
Implemented in "dlls/ole32/moniker.c". source.winehq.org/source/dlls/ole32/moniker.c
Debug channel "ole".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.