lclose

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

lclose

VB聲明

Declare Function lclose Lib "kernel32" Alias "_lclose" (ByVal hFile As Long) As Long

說明

關(guān)閉指定的文件,請參考CloseHandle函數(shù),了解進(jìn)一步的情況

Top