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/12/2014
This method returns a pointer to the IMLNotificationManager interface which can be used to subscribe to the event notification service.
Syntax
HRESULT GetNotificationManager (
IMLNotificationManager **pNotificationManager
);
Parameters
- pNotificationManager
[out] Pointer to the IMLNotificationManager interface.
Return Values
Returns the HRESULT values shown in the following table.
| Value | Description |
|---|---|
S_OK |
The method was successful. |
E_INVALIDARG |
The input parameter is invalid. |
E_POINTER |
The pNotificationManager parameter is invalid. |
E_FAIL |
The method was not successful. |
E_MEMORY |
An out of memory error occurred. |
Remarks
This method returns a pointer to the IMLNotificationManager interface associated with this instance of IMLCore.
Requirements
Header |
mlibdll.h, |
Library |
mlibdll.lib |