SetForm

SetForm,Declare Function SetForm& Lib "spoolss.dll" Alias "SetFormA" (ByVal hPrinter As Long, ByVal pFormName As String, ByVal Level As Long, pForm As Byte)

基本介紹

  • 中文名:SetForm
  • 名詞類型:函式名
  • 名詞領域:編程
  • 功能:為指定的表單設定信息
SetForm
VB聲明
Declare Function SetForm& Lib "spoolss.dll" Alias "SetFormA" (ByVal hPrinter As Long, ByVal pFormName As String, ByVal Level As Long, pForm As Byte)
說明
為指定的表單設定信息
返回值
Long,非零表示成功,零表示失敗。會設定GetLastError
參數表
參數 類型及說明
hPrinter Long,指定一個打開印表機的句柄(用OpenPrinter取得)
pFormName String,欲設定的表單的名字
Level Long,設為1
pForm Byte,包含一個有效FORM_INFO_1結構的緩衝區
Windows NT
註解
請參考AddForm函式。

相關詞條

熱門詞條

聯絡我們