All Frameworks Class Hierarchy This Framework Previous Next Indexes
CATSchPlatformInterfaces Interface CATISchHeaderSpecialize
System.IUnknown
|
+---CATISchHeaderSpecialize
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATISchHeaderSpecialize
Interface to manage callback associated to command header.
Role: To start and clean callback.
Method Index
- o
CleanCallback()
- Remove all the callbacks when the command header is deactivated.
- o
StartCallback()
- Set callback in order to intercept events as soon as the command header
is activated.
Methods
o CleanCallback
public virtual HRESULT CleanCallback( | )= 0 |
-
Remove all the callbacks when the command header is deactivated.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o StartCallback
public virtual HRESULT StartCallback( | )= 0 |
-
Set callback in order to intercept events as soon as the command header
is activated.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
This object is included in the file: CATISchHeaderSpecialize.h