CeFindCloseRegChange (Windows CE 5.0)
This function stops change notification handle monitoring.
BOOL CeFindCloseRegChange (HANDLEhChangeHandle );
Parameters
- hChangeHandle
[in] Handle to a change notification handle created by the CeFindFirstRegChange function.
Return Values
If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. To get extended error information, call GetLastError.
Remarks
After the CeFindCloseRegChange function is called, the handle specified by the hChangeHandle parameter cannot be used in subsequent calls to either the CeFindNextRegChange or CeFindCloseRegChange function.
Requirements
OS Versions: Windows CE 5.0 and later
Header: Winreg.h
Link Library: Coredll.lib
See Also
Registry Notification Functions | CeFindFirstRegChange | CeFindNextRegChange | GetLastError
Send Feedback on this topic to the authors