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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.