FindClosePrinterChangeNotification

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

FindClosePrinterChangeNotification

VB聲明

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

說明

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

返回值

Long,非零表示成功,零表示失敗。會設(shè)置GetLastError

參數(shù)表

參數(shù)

類型及說明

hChange

Long,欲關(guān)閉的打印機(jī)通告對象句柄

適用平臺

Windows NT

Top