DeletePrinterConnection

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

DeletePrinterConnection

VB聲明

Declare Function DeletePrinterConnection Lib "winspool.drv" Alias "DeletePrinterConnectionA" (ByVal pName As String) As Long

說(shuō)明

刪除與指定打印機(jī)的連接

返回值

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

參數(shù)表

參數(shù)

類型及說(shuō)明

pName

String,要?jiǎng)h除的打印機(jī)連接

Top