C#中的[DllImport("kernel32.dll")]的意思是啥?困惑ing。

  [DllImport("kernel32.dll")]
  private static extern int GetPrivateProfileSectionNames(IntPtr lpReturnedString
               , int  nSize
               , string lpFileName);

还有就是有没INTPTR这方面的资料,这个是不是跟C中的数组指针的?

你可能感兴趣的:(import)