CeFindNextRegChange (Windows CE 5.0)
This function requests that the operating system signal a change notification handle the next time it detects an appropriate change.
BOOL CeFindNextRegChange (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
When hChangeHandle is no longer needed, close it by using the CeFindCloseRegChange function.
Requirements
OS Versions: Windows CE 5.0 and later
Header: Winreg.h
Link Library: Coredll.lib
See Also
Registry Notification Functions | CeFindFirstRegChange | CeFindCloseRegChange | GetLastError
Send Feedback on this topic to the authors