出版社:Academy of Economic Studies - Bucharest, Romania
摘要:This paper presents a solution for using complex Win32API data structures and functions in Visual C# .NET applications. We built DLL (Dynamic Link Library) to manage the API functions and data structures and we used DLL modules in a C# application. This is an easier working way compared with the traditional way of importing and managing API’s functions in C# programs.
关键词:DLL; API (Application Programming Interface); MCI (Media Control Interface); exportable function; internal function; unmanaged code.