次のファイル変更通知を要求する
Declare Function FindNextChangeNotification Lib "kernel32.dll" _
Alias "FindNextChangeNotificationA" _
(ByVal hChangeHandle As Long) As Long
Declare Function FindNextChangeNotification Lib "kernel32.dll" _
Alias "FindNextChangeNotificationA" _
(ByVal hChangeHandle As Integer) As Integer
BOOL FindNextChangeNotification(
HANDLE hChangeHandle
);
引数
hChangeHandle
FindFirstChangeNotification()関数で得た変更通知オブジェクトのハンドル戻り値
正常終了のとき 0以外備考
エラーのとき 0
この関数はFindFirstChangeNotification()関数の次に実行する