.NET Interface >

CallingConvention

CallingConvention
is an option to DefineDLLFunction that specifies what calling convention the DLL function uses.
  • The default value is Automatic, which means use the platform default ( on all platforms except Windows CE, which is not supported by .NET/Link). Most DLL functions use the convention.
  • The possible values are , , , , and Automatic.
  • For more information on these values, see the .NET Framework documentation for the System.Runtime.InteropServices.CallingConvention enumeration.
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF