RKsFAQ's
How to access unmanaged code using Interop
Use System.Runtime.InteropServices
Use DllImport to declare the unmanaged procedure
Map the data types of the procedures parameters to equivalent .NET types
Call the unmanaged procedure
Test it
Newer Post
Older Post
Home