नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
Gets a pointer to an IInstallReferenceEnum instance that represents a list of an application's references to the specified assembly.
Syntax
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: See System Requirements.
Header: Fusion.h
Library: Fusion.dll and Mscorwks.dll. Use Fusion.dll instead of Mscorwks.dll to ensure that you target the correct version of the .NET Framework.
.NET Framework Versions: Available since 2.0