AbortPath

AbortPath

VB声明

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

说明

抛弃选入指定设备场景中的所有路径。也取消目前正在进行的任何路径的创建工作

返回值

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

参数表

参数

类型及说明

hdc

Long,设备场景

Top