hPrinter Long,一個已打開的印表機對象的句柄(用OpenPrinter獲得)
Level Long,設為1
pForm Byte,一個包含FORM_INFO_1結構的緩衝區
cbBuf Long,pForm緩衝區中的字元數量
基本介紹
- 外文名:EnumForms
- 返回值:Long
- 說明:指定一個頁在列印作業中的結尾
- 適用平台:Windows NT
定義,參數說明,
定義
Declare Function EnumForms Lib "winspool.drv" Alias "EnumFormsA" (ByVal hPrinter As Long, ByVal Level As Long, pForm As Byte, ByVal cbBuf As Long, pcbNeeded As Long, pcReturned As Long) As Long
參數說明
返回值
Long,非零表示成功,零表示失敗。會設定GetLastError
參數表
參數 類型及說明
hPrinter Long,一個已打開的印表機對象的句柄(用OpenPrinter獲得)
Level Long,設為1
pForm Byte,一個包含FORM_INFO_1結構的緩衝區
cbBuf Long,pForm緩衝區中的字元數量
pcReturned Long,載入緩衝區的結構數量(用於那些能返回多個結構的函式)
Windows NT
註解
參考AddForm函式,了解進一步的情況