IInstallReferenceEnum Interface
Represents an enumerator for the referenced assemblies installed in the global assembly cache.
interface IInstallReferenceEnum : IUnknown {
HRESULT GetNextInstallReferenceItem (
[out] IInstallReferenceItem **ppRefItem,
[in] DWORD dwFlags,
[in] LPVOID pvReserved
);
};
Methods
Method | Description |
---|---|
Gets a pointer to the next IInstallReferenceItem contained in this IInstallReferenceEnum. |
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: Fusion.h
.NET Framework Version: 2.0
See Also
Reference
IInstallReferenceItem Interface