Meta
Categories
Category Archives: c#
Call into Unmanaged dlls from C#
Overview PInvoke is used to invoke unmanaged dlls kernel32.dll process loading context switching file, memory i/o user32.dll windows, menus, dialog boxes, icons, etc. GDI32 drawing capabilities Declare a method in c# to access unmanaged function Declare this method as both static … Continue reading
Posted in c#
Leave a comment