FindClose

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

FindClose

VB聲明

Declare Function FindClose Lib "kernel32" Alias "FindClose" (ByVal hFindFile As Long) As Long

說明

關(guān)閉由FindFirstFile函數(shù)創(chuàng)建的一個搜索句柄

返回值

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

參數(shù)表

參數(shù)

類型及說明

hFindFile

Long,由FindFirstFile函數(shù)提供的搜索句柄

Top