import "_encxcom_encx.idl";

Public Member Functions | |
| HRESULT | Register ([in] IRasManager *rasManager) |
| Call this when ready to receive change notifications. | |
| HRESULT | Unregister (void) |
| Always unregister before the derived class is destroyed. | |
| HRESULT | OnRencOpened (void) |
| The chart list needs to be completely rebuilt. Call IRasManager::Charts(). | |
| HRESULT | OnRencClosing (void) |
| The renc is closing down. | |
| HRESULT | OnChartCreatedOrModified ([in] BSTR ChartIdentifier) |
| A chart has been added or an existing chart has been modified. | |
| HRESULT | OnChartDeleted ([in] BSTR ChartIdentifier) |
| A previously existing chart has been removed. | |
| HRESULT | OnBusy ([in] VARIANT_BOOL bIsBusy) |
| bIsBusy indicates whether further notifications are pending | |
| HRESULT | OnGeneralNtMChanged (void) |
| General Notices to Mariners are those notices which are not specific to any particular chart(s). | |
| HRESULT | OnLicenceChanged (void) |
| Licence or permit file has changed. | |
Properties and methods via IRasCatalogueObserver. Notifications via _IRasCatalogueObserverEvents.
Definition at line 3247 of file _encxcom_encx.idl.
| HRESULT IRasCatalogueObserver::Register | ( | [in] IRasManager * | rasManager | ) | [inherited] |
Call this when ready to receive change notifications.
| HRESULT IRasCatalogueObserver::Unregister | ( | void | ) | [inherited] |
Always unregister before the derived class is destroyed.
| HRESULT ENCX::_IRasCatalogueObserverEvents::OnRencOpened | ( | void | ) | [inherited] |
The chart list needs to be completely rebuilt. Call IRasManager::Charts().
| HRESULT ENCX::_IRasCatalogueObserverEvents::OnRencClosing | ( | void | ) | [inherited] |
The renc is closing down.
| HRESULT ENCX::_IRasCatalogueObserverEvents::OnChartCreatedOrModified | ( | [in] BSTR | ChartIdentifier | ) | [inherited] |
A chart has been added or an existing chart has been modified.
| HRESULT ENCX::_IRasCatalogueObserverEvents::OnChartDeleted | ( | [in] BSTR | ChartIdentifier | ) | [inherited] |
A previously existing chart has been removed.
| HRESULT ENCX::_IRasCatalogueObserverEvents::OnBusy | ( | [in] VARIANT_BOOL | bIsBusy | ) | [inherited] |
bIsBusy indicates whether further notifications are pending
| HRESULT ENCX::_IRasCatalogueObserverEvents::OnGeneralNtMChanged | ( | void | ) | [inherited] |
General Notices to Mariners are those notices which are not specific to any particular chart(s).
| HRESULT ENCX::_IRasCatalogueObserverEvents::OnLicenceChanged | ( | void | ) | [inherited] |
Licence or permit file has changed.