The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IMetaDataDispenserEx::FindAssembly method
Gets the name of the assembly.
Syntax
HRESULT FindAssembly( [in, unique] LPCWSTR szAppBase, [in, unique] LPCWSTR szPrivateBin, [in, unique] LPCWSTR szGlobalBin, [in, unique] LPCWSTR szAssemblyName, [out, size_is(cchName), length_is(*pchName)] LPWSTR szName, [in] ULONG cchName, [out] ULONG *pchName );
Parameters
- szAppBase [in]
-
Not used.
- szPrivateBin [in]
-
Not used.
- szGlobalBin [in]
-
Not used.
- szAssemblyName [in]
-
The name of the assembly to find.
- szName [out]
-
The simple name of the assembly.
- cchName [in]
-
The size, in bytes, of szName.
- pchName [out]
-
The number of characters actually returned in szName.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
|
IDL |
|
|---|
See also
Show: