FindCloseChangeNotification |
VB聲明 |
|
Declare Function FindCloseChangeNotification Lib "kernel32" Alias "FindCloseChangeNotification" (ByVal hChangeHandle As Long) As Long |
|
說明 |
|
關(guān)閉一個改動通知對象 |
|
返回值 |
|
Long,非零表示成功,零表示失敗。會設(shè)置GetLastError |
|
參數(shù)表 |
|
參數(shù) |
類型及說明 |
hChangeHandle |
Long,要關(guān)閉的那個文件改動通知對象的句柄 |
Top |