GetPrinter

Declare Function GetPrinter Lib "winspool.drv" Alias "GetPrinterA" (ByVal hPrinter As Long, ByVal Level As Long, pPrinter As Any, ByVal cbBuf As Long, pcbNeeded As Long) As LonghPrinter Long,一個已打開的印表機的句柄(用OpenPrinter獲得)

基本介紹

  • 外文名:GetPrinter
  • 說明:取得與指定印表機有關的信息
  • 參數表:參數 類型及說明
說明,註解,

說明

Level Long,1,2,3(僅適用於NT),4(僅適用於NT),或者5(僅適用於Windows 95 和 NT 4.0)
pPrinter Any,包含PRINTER_INFO_x結構的緩衝區。x代表級別
cbBuf Long,pPrinterEnum緩衝區中的字元數量
pcbNeeded Long,指向一個Long型變數指針,該變數用於保存請求的緩衝區長度,或者實際讀入的位元組數量

註解

只有在發出調用的應用程式有足夠的許可權時,PRINTER_INFO_x結構中的一些欄位才能夠被讀取。這種許可權由系統當前的安全設定決定

相關詞條

熱門詞條

聯絡我們