AbortPath

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

AbortPath

VB聲明

Declare Function AbortPath Lib "gdi32" Alias "AbortPath" (ByVal hdc As Long) As Long

說(shuō)明

拋棄選入指定設(shè)備場(chǎng)景中的所有路徑。也取消目前正在進(jìn)行的任何路徑的創(chuàng)建工作

返回值

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

參數(shù)表

參數(shù)

類型及說(shuō)明

hdc

Long,設(shè)備場(chǎng)景

Top