请输入您要查询的百科知识:

 

词条 AddForm
释义

AddForm

VB声明

Declare Function AddForm& Lib "spoolss.dll" Alias "AddFormA" (ByVal hPrinter As Long, ByVal Level As Long, pForm As FORM_INFO_1)

说明

为打印机的表单列表添加一个新表单。“表单”描述了一个页面大小及布局,提供了一种与设备无关的机制,可实现Windows NT下的纸张尺寸的标准化

返回值

Long,非零表示成功,零表示失败。会设置GetLastError

参数表

参数 类型及说明

hPrinter Long,一个已打开的打印机对象的句柄(用OpenPrinter获得)

Level Long,设为1

pForm FORM_INFO_1,对表单进行描述的一个结构

适用平台

Windows NT

其他

在VB的API文本查看器里复制的声明如下:

Declare Function AddForm Lib "winspool.drv" Alias "AddFormA" (ByVal hPrinter As Long, ByVal Level As Long, pForm As Byte) As Long

随便看

 

百科全书收录4421916条中文百科知识,基本涵盖了大多数领域的百科知识,是一部内容开放、自由的电子版百科全书。

 

Copyright © 2004-2023 Cnenc.net All Rights Reserved
更新时间:2024/11/16 3:50:01