Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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