VB.NET中如何使用PrintServer.GetPrintQueues方法访问网络打印机队列?

2026-05-06 08:280阅读0评论SEO基础
  • 内容介绍
  • 文章标签
  • 相关推荐

本文共计114个文字,预计阅读时间需要1分钟。

VB.NET中如何使用PrintServer.GetPrintQueues方法访问网络打印机队列?

我有种感觉,PrintServer.GetPrintQueues 方法不会返回网络打印机。如果这是真的,我还有其他选择吗?经过大量Google搜索后,我发现GetPrintQueues方法也会利用EnumeratedPrintQueueTypes返回网络打印机。

VB.NET中如何使用PrintServer.GetPrintQueues方法访问网络打印机队列?

我有一种感觉, PrintServer.GetPrintQueues method不会返回网络打印机.

如果这个是真的,我还有其他选择吗?

经过大量的Google搜索后,GetPrintQueues方法也会借助EnumeratedPrintQueueTypes()返回网络打印机

Private EnumerationFlags As EnumeratedPrintQueueTypes()= {EnumeratedPrintQueueTypes.Local,EnumeratedPrintQueueTypes.Connections}

更多信息可以在here找到

本文共计114个文字,预计阅读时间需要1分钟。

VB.NET中如何使用PrintServer.GetPrintQueues方法访问网络打印机队列?

我有种感觉,PrintServer.GetPrintQueues 方法不会返回网络打印机。如果这是真的,我还有其他选择吗?经过大量Google搜索后,我发现GetPrintQueues方法也会利用EnumeratedPrintQueueTypes返回网络打印机。

VB.NET中如何使用PrintServer.GetPrintQueues方法访问网络打印机队列?

我有一种感觉, PrintServer.GetPrintQueues method不会返回网络打印机.

如果这个是真的,我还有其他选择吗?

经过大量的Google搜索后,GetPrintQueues方法也会借助EnumeratedPrintQueueTypes()返回网络打印机

Private EnumerationFlags As EnumeratedPrintQueueTypes()= {EnumeratedPrintQueueTypes.Local,EnumeratedPrintQueueTypes.Connections}

更多信息可以在here找到