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

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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-21
  • 2021-09-23
  • 2021-10-02
  • 2022-02-07
  • 2021-10-14
  • 2021-05-31
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-27
  • 2022-12-23
相关资源
相似解决方案