Public Overridable Sub DeckGetCurrentState( _
ByRef As eMBMDDeckControlMode, _
ByRef As eMBMDDeckControlVTRControlState, _
ByRef As Integer _
)
public virtual void DeckGetCurrentState(
out eMBMDDeckControlMode ,
out eMBMDDeckControlVTRControlState ,
out int
)
public procedure DeckGetCurrentState(
Out : eMBMDDeckControlMode;
Out : eMBMDDeckControlVTRControlState;
Out : Integer
); virtual;
public: virtual void DeckGetCurrentState(
[PARAMFLAG::Out] eMBMDDeckControlMode ,
[PARAMFLAG::Out] eMBMDDeckControlVTRControlState ,
[PARAMFLAG::Out] int
)