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 item installed in the global assembly cache.
interface IInstallReferenceItem : IUnknown {
HRESULT GetReference (
[out] LPFUSION_INSTALL_REFERENCE *ppRefData,
[in] DWORD dwFlags,
[in] LPVOID pvReserved
);
}
Methods
| Method | Description |
|---|---|
Gets a pointer to the FUSION_INSTALL_REFERENCE structure represented by this IInstallReferenceItem. |
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: Fusion.h
.NET Framework Version: 2.0
See Also
Reference
FUSION_INSTALL_REFERENCE Structure