Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This function removes a registered request for persistent notifications.
Syntax
HRESULT WINAPI RegistryStopNotification(
LPCTSTR pszName
);
Parameters
- pszName
String that identifies the change notification request.
Return Value
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
| Header | regext.h |
| Library | aygshell.lib |
| Windows Embedded CE | Windows Embedded CE 6.0 and later |
See Also
Reference
State and Notifications Broker Functions
State and Notifications Broker Reference