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.
3/26/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 |