RegistryStopNotification
This function removes a registered request for persistent notifications.
HRESULT WINAPI RegistryStopNotification(
LPCTSTR pszName
);
Parameters
- pszName
String that identifies the change notification request.
Return Values
The following table shows the return values for this function.
Value | Description |
---|---|
S_OK | Registered request for change notification is removed. |
E_INVALIDARG | Invalid pszName. |
E_NOT_FOUND | Cannot find notification request in the list. |
Remarks
Success indicates that the change notification request was removed. Failure does not cause any change.
Pending notifications in the client will be lost.
Requirements
Pocket PC: Windows Mobile 5.0 and later.
Smartphone: Windows Mobile 5.0 and later.
OS Versions: Windows CE 5.01 and later.
Header: Regext.h
Link Library: Aygshell.lib
See Also
State and Notifications Broker Functions | State and Notifications Broker Reference | State and Notifications Broker
Send Feedback on this topic to the authors