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". https://source.winehq.org/source/include/objbase.h

Implemented in "dlls/ole32/moniker.c". https://source.winehq.org/source/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 May 2024.