GetAssemblyIdentityFromFile Function

Gets a pointer to an IUnknown object with the specified IID in the assembly at the specified file path.

HRESULT GetAssemblyIdentityFromFile (
    [in]  LPCWSTR   pwzFilePath,
    [in]  REFIID    riid,
    [out] IUnknown  **ppIdentity
  );

Parameters

  • pwzFilePath
    [in] A valid path to the requested assembly.
  • riid
    [in] The IID of the interface to return.
  • ppIdentity
    [out] The returned interface pointer.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: Fusion.h

.NET Framework Version: 2.0

See Also

Reference

IUnknown

Other Resources

Fusion Global Static Functions