ItemPosGet Method (IMItem)
position in playlist (in seconds)
index of item
Gets item position in playlist and breaks.
Syntax
Sub ItemPosGet( _
   ByRef _pdblPlayPos As Double, _
   ByRef _pnPlaylistIndex As Integer _
) 
void ItemPosGet( 
   out double _pdblPlayPos,
   out int _pnPlaylistIndex
)
procedure ItemPosGet( 
   Out  _pdblPlayPos: Double;
   Out  _pnPlaylistIndex: Integer
); 
void ItemPosGet( 
   [PARAMFLAG::Out] double _pdblPlayPos,
   [PARAMFLAG::Out] int _pnPlaylistIndex
) 

Parameters

_pdblPlayPos
position in playlist (in seconds)
_pnPlaylistIndex
index of item
See Also

Reference

IMItem Interface
IMItem Members