Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1013 Bytes

createalink-function.md

File metadata and controls

46 lines (37 loc) · 1013 Bytes
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: CreateALink Function
CreateALink Function
03/30/2017
CreateALink
alink.dll
DLLExport
CreateALink
CreateALink function
Alink API, CreateALink function
fc73bcb9-6af6-44d8-bc39-2f4400325dae
apiref

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