DeckGetCurrentState Method (IMDeckControl)
control mode
control state
control status flags
Gets the current state of the deck
Syntax
Sub DeckGetCurrentState( _
   ByRef _pMode As eMBMDDeckControlMode, _
   ByRef _pVtrControlState As eMBMDDeckControlVTRControlState, _
   ByRef _pFlags As Integer _
) 
void DeckGetCurrentState( 
   [PARAMFLAG::Out] eMBMDDeckControlMode _pMode,
   [PARAMFLAG::Out] eMBMDDeckControlVTRControlState _pVtrControlState,
   [PARAMFLAG::Out] int _pFlags
) 

Parameters

_pMode
control mode
_pVtrControlState
control state
_pFlags
control status flags
See Also

Reference

IMDeckControl Interface
IMDeckControl Members