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

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

还有就是有没INTPTR这方面的资料,这个是不是跟C中的数组指针的?
posted @ 2006-08-05 12:08  糊涂小猪  阅读(5308)  评论(4编辑  收藏  举报