You set this field to one of the System.Runtime.InteropServices.CallingConvention enumeration members. The default value for the DllImportAttribute.CallingConvention field is CallingConvention.Winapi, which in turn defaults to CallingConvention.StdCall convention.
For more information, see Calling Convention in the MSDN library.