GetClassFile(3w)
NAME
GetClassFile (OLE32.@)
SYNOPSIS
HRESULT GetClassFile ( LPCOLESTR filePathName, CLSID* pclsid )
DESCRIPTION
Retrieves the class Id associated with the given filename.
PARAMS
filePathName [In] Filename to retrieve the class Id for.
pclsid [Out] Address that receives the class Id for the file.
RETURNS
Success: S_OK.
Failure: Any HRESULT code.
IMPLEMENTATION
Defined in "objbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ole32/moniker.c".
- Debug channel "ole".