3/12/2014
This function unregisters a notification listener.
Syntax
CM_RESULT CmUnregisterNotificationsListener(
__in CM_NOTIFICATIONS_LISTENER_HANDLE hListener
);
Parameters
- hListener
[in] The CM_NOTIFICATIONS_LISTENER_HANDLE of a registered notification listener.
Return Value
| Value | Description |
|---|---|
CMRE_SUCCESS |
The operation completed successfully. |
CMRE_INVALID_PARAMETER |
A parameter is not valid. |
CMRE_UNEXPECTED |
An unexpected failure occurred. |
Requirements
Header |
cmnet.h |
Library |
cmnet.lib |