DeckStepBack Method (IMDeckControl)
error code
Sends a “step back” command to the deck.
Syntax
Sub DeckStepBack( _
   ByRef _pError As eMBMDDeckControlError _
) 
void DeckStepBack( 
   out eMBMDDeckControlError _pError
)
procedure DeckStepBack( 
   Out  _pError: eMBMDDeckControlError
); 
void DeckStepBack( 
   [PARAMFLAG::Out] eMBMDDeckControlError _pError
) 

Parameters

_pError
error code
See Also

Reference

IMDeckControl Interface
IMDeckControl Members