ENCX::_IRasCatalogueObserverEvents Interface Reference

Events from RasCatalogueObserver. More...

import "_encxcom_encx.idl";

Inheritance diagram for ENCX::_IRasCatalogueObserverEvents:

List of all members.

Public Member Functions

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.


Detailed Description

Events from RasCatalogueObserver.

Definition at line 3219 of file _encxcom_encx.idl.


Member Function Documentation

HRESULT ENCX::_IRasCatalogueObserverEvents::OnRencOpened ( void   ) 

The chart list needs to be completely rebuilt. Call IRasManager::Charts().

HRESULT ENCX::_IRasCatalogueObserverEvents::OnRencClosing ( void   ) 

The renc is closing down.

HRESULT ENCX::_IRasCatalogueObserverEvents::OnChartCreatedOrModified ( [in] BSTR  ChartIdentifier  ) 

A chart has been added or an existing chart has been modified.

HRESULT ENCX::_IRasCatalogueObserverEvents::OnChartDeleted ( [in] BSTR  ChartIdentifier  ) 

A previously existing chart has been removed.

HRESULT ENCX::_IRasCatalogueObserverEvents::OnBusy ( [in] VARIANT_BOOL  bIsBusy  ) 

bIsBusy indicates whether further notifications are pending

HRESULT ENCX::_IRasCatalogueObserverEvents::OnGeneralNtMChanged ( void   ) 

General Notices to Mariners are those notices which are not specific to any particular chart(s).

HRESULT ENCX::_IRasCatalogueObserverEvents::OnLicenceChanged ( void   ) 

Licence or permit file has changed.