FindNextChangeNotification

機能
次のファイル変更通知を要求する
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()関数の次に実行する