Scroll to navigation

GetClassFile(3w) Wine API 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

Declared in "objbase.h".
Implemented in "dlls/ole32/moniker.c".
Debug channel "ole".
Oct 2012 Wine API