FindClosePrinterChangeNotification

FindClosePrinterChangeNotification

VB声明

Declare Function FindClosePrinterChangeNotification Lib "winspool.drv" Alias "FindClosePrinterChangeNotification" (ByVal hChange As Long) As Long

说明

关闭用FindFirstPrinterChangeNotification函数获取的一个打印机通告对象

返回值

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

参数表

参数

类型及说明

hChange

Long,欲关闭的打印机通告对象句柄

适用平台

Windows NT

Top