CreateALink Function
Creates an instance of the Assembly Linker and sets a pointer to the specified interface.
Syntax
HRESULT CreateALink (
REFIID riid,
IUnknown **ppInterface
);
Parameters
Parameter | Description |
---|---|
riid |
The physical name of one of the Assembly Linker interfaces. |
ppInterface |
The location that on successful completion contains a pointer to the riid interface. |
Requirements
Library: alink.dll
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.