FindCloseChangeNotification

【勇芳软件工作室】汉化HomePreviousNext

FindCloseChangeNotification功能停止更改通知句柄监视。

BOOL FindCloseChangeNotification(

HANDLE 【hChangeHandle】//处理更改通知关闭
); 

参数

【hChangeHandle】

标识由FindFirstChangeNotification功能创建的更改通知句柄。

返回值

如果函数成功,返回值不为零。

如果函数失败,返回值为零。要获取扩展错误信息,请调用GetLastError.

备注

在调用FindCloseChangeNotification函数之后,由【hChangeHandle】参数指定的句柄不能用于后续调用FindNextChangeNotificationFindCloseChangeNotification函数。

更改通知也可以在等待功能中使用。

也可以看看

FindFirstChangeNotification, FindNextChangeNotification