nanshouyong326
  SECURITY_ATTRIBUTES sa;
  sa.lpSecurityDescriptor = 0;
  if(!CreateDirectory(szFile,&sa))
  {
    MessageBox(_T("创建目录失败!")); 
  }

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-01-01
  • 2022-12-23
  • 2021-11-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-25
猜你喜欢
  • 2021-11-02
  • 2022-12-23
  • 2022-12-23
  • 2021-11-02
  • 2021-12-23
  • 2021-11-02
  • 2021-08-09
相关资源
相似解决方案