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.
Declared in "include/objbase.h". gitlab.winehq.org/wine/wine/blob/master/include/objbase.h
Implemented in "dlls/ole32/moniker.c". gitlab.winehq.org/wine/wine/blob/master/dlls/ole32/moniker.c
Debug channel "ole".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.