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

 

词条 GetForm
释义

GetForm

VB声明

Declare Function GetForm Lib "winspool.drv" Alias "GetFormA" (ByVal hPrinter As Long, ByVal pFormName As String, ByVal Level As Long, pForm As Byte, ByVal cbBuf As Long, pcbNeeded As Long) As Long

说明

取得与指定表单有关的信息

返回值

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

参数表

参数 类型及说明

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

pFormName String,想获取信息的一个表单的名字

Level Long,设为1

pForm Byte,包含FORM_INFO_1结构的缓冲区

cbBuf Long,pForm缓冲区中的字符数量

pcbNeeded Long,指向一个Long型变量的指针,该变量用于保存请求的缓冲区长度,或者实际读入的字节数量

适用平台

Windows NT

随便看

 

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

 

Copyright © 2004-2023 Cnenc.net All Rights Reserved
更新时间:2024/12/23 5:43:54