FindClosePrinterChangeNotification

此頁沒有內(nèi)容條目
內(nèi)容

FindClosePrinterChangeNotification

VB聲明

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

說明

關閉用FindFirstPrinterChangeNotification函數(shù)獲取的一個打印機通告對象

返回值

Long,非零表示成功,零表示失敗。會設置GetLastError

參數(shù)表

參數(shù)

類型及說明

hChange

Long,欲關閉的打印機通告對象句柄

適用平臺

Windows NT

Top