DestroyIcon

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

DestroyIcon

VB聲明

Declare Function DestroyIcon Lib "user32" Alias "DestroyIcon" (ByVal hIcon As Long) As Long

說(shuō)明

清除圖標(biāo)

返回值

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

參數(shù)表

參數(shù)

類型及說(shuō)明

hIcon

Long,圖標(biāo)句柄

注解

不要用這個(gè)函數(shù)清除隨同LoadIcon函數(shù)載入的系統(tǒng)固有圖標(biāo)

Top