ENCX::DongleObserver Class Reference

Observe the state of the security device. More...

import "_encxcom_encx.idl";

Inheritance diagram for ENCX::DongleObserver:

List of all members.

Public Member Functions

HRESULT Register (IDongle *dongle)
 Register to be notified of dongle state changes.
HRESULT Unregister (void)
 Ask to not be notified of dongle state changes.
HRESULT OnDongleChangeEvt (void)
 Occurs whe nthe state of the dongle has changed.


Detailed Description

Observe the state of the security device.

Properties and methods via IDongleObserver.

Notifications via _IDongleObserverEvents.

Definition at line 3134 of file _encxcom_encx.idl.


Member Function Documentation

HRESULT IDongleObserver::Register ( IDongle dongle  )  [inherited]

Register to be notified of dongle state changes.

HRESULT IDongleObserver::Unregister ( void   )  [inherited]

Ask to not be notified of dongle state changes.

HRESULT ENCX::_IDongleObserverEvents::OnDongleChangeEvt ( void   )  [inherited]

Occurs whe nthe state of the dongle has changed.