a) Use System.Runtime.InteropServices.
b) Use DllImport to declare the unmanaged procedure.
c) Map the data types of the procedures parameters to equivalent .NET types.
d) Call the unmanaged procedure.
e) Test it
b) Use DllImport to declare the unmanaged procedure.
c) Map the data types of the procedures parameters to equivalent .NET types.
d) Call the unmanaged procedure.
e) Test it

0 Comments:
Post a Comment