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

Parameters

_pError
error code
See Also

Reference

IMDeckControl Interface
IMDeckControl Members