引用的dll

链接: https://pan.baidu.com/s/1MjwmfvBCPTBq1QNapKzDmg 提取码: 9wuf 

 

[DllImport("Drawcash.dll")]
private static extern bool OpenDriverCash2(int code1, int code2, int code3, int code4, int code5, string printerName);

 

调用:

OpenDriverCash2(27,112,0,128,128, "打印机名称");

相关文章:

  • 2021-12-10
  • 2021-12-04
  • 2021-12-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
猜你喜欢
  • 2022-12-23
  • 2022-01-01
  • 2021-12-23
  • 2022-12-23
  • 2021-11-21
  • 2021-07-05
相关资源
相似解决方案