AddImport Method
Adds imports to the assembly.
Syntax
HRESULT AddImport(
mdAssembly AssemblyID,
mdToken ImportToken,
DWORD dwFlags,
mdFile* pFileToken
) PURE;
Parameters
AssemblyID
Unique ID of assembly to be augmented.
ImportToken
Unique ID, retrieved from ImportFile Method, of file to be imported.
dwFlags
COM+ FileDef flags such as ffContainsNoMetaData
and ffWriteable
. dwFlags
is passed to DefineFile Method.
pFileToken
Pointer to token that receives the ID for the resulting file.
Return Value
Returns S_OK if the method succeeds.
Requirements
Requires alink.h
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.