Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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