我一直在c#中編寫了一段代碼,但是我碰到了一些代碼,它根本沒有任何意義。它看起來像下面這樣:瞭解C#代碼片段
[DllImport(DllName, SetLastError = true,
CallingConvention=CallingConvention.Cdecl)]
static extern byte QLIB_UploadCEFS_File(UInt32 handle, string sFileName,
string sPartitionFileName);
我不知道如何解釋這段代碼。任何人都可以解釋我在這裏想要達到什麼目的嗎?
http://msdn.microsoft.com/en-us/magazine/cc164123.aspx –