GetClassFile.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/ole32/moniker.c".

Debug channel "ole".