CreateInstallReference Function
Gets a pointer to an IInstallReferenceEnum instance that represents a list of an application's references to the specified assembly.
HRESULT CreateInstallReferenceEnum (
[out] IInstallReferenceEnum **ppRefEnum,
[in] IAssemblyName *pName,
[in] DWORD dwFlags,
[in] LPVOID pvReserved
);
Parameters
- ppRefEnum
[out] The returned IInstallReferenceEnum pointer.
- pName
[in] The IAssemblyName that identifies the assembly for which to enumerate references.
- dwFlags
[in] Flags that influence the enumerator's behavior.
- pvReserved
[in] Reserved for future extensibility. pvReserved must be a null reference.
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: Fusion.h
Library: Included as a resource in MsCorEE.dll
.NET Framework Version: 2.0
See Also
Reference
IInstallReferenceEnum Interface
IAssemblyName Interface