DeckGetDeviceID Method (IMDeckControl)
code for the device model
error code
Gets the device ID returned by the deck.
Syntax
Sub DeckGetDeviceID( _
   ByRef _pDeviceId As Integer, _
   ByRef _pError As eMBMDDeckControlError _
) 
void DeckGetDeviceID( 
   out int _pDeviceId,
   out eMBMDDeckControlError _pError
)
procedure DeckGetDeviceID( 
   Out  _pDeviceId: Integer;
   Out  _pError: eMBMDDeckControlError
); 
void DeckGetDeviceID( 
   [PARAMFLAG::Out] int _pDeviceId,
   [PARAMFLAG::Out] eMBMDDeckControlError _pError
) 

Parameters

_pDeviceId
code for the device model
_pError
error code
See Also

Reference

IMDeckControl Interface
IMDeckControl Members