Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
CeFindFirstRegChange
CeFindCloseRegChange
GetLastError
This function requests that the OS signal a change notification handle the next time it detects an appropriate change.
Syntax
BOOL CeFindNextRegChange ( HANDLE hChangeHandle ); |
Parameters
- hChangeHandle
-
[in] Handle to a change notification handle created by the CeFindFirstRegChangefunction.
Return Value
A nonzero value indicates success. Zero indicates failure. To get extended error information, call GetLastError.
Remarks
When hChangeHandleis no longer needed, close it with the CeFindCloseRegChangefunction.
Requirements
Header | winreg.h |
Library | coredll.lib |
Windows Embedded CE | Windows CE 5.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
See Also
Reference
Registry Notification FunctionsCeFindFirstRegChange
CeFindCloseRegChange
Other Resources
State and Notifications BrokerGetLastError