PlaybackPositionGet method |
|
Remarks
Allows retrieving the latest playback position set through a previous call to the PlaybackPositionSet method.
Syntax
[Visual Basic] control.PlaybackPositionGet ( nPosition as Long ) as enumWanErrorCodes |
[C++] short control.PlaybackPositionGet ( long *nPosition ); |
Parameter |
Description |
|
|
nPosition |
Reference that, after returning from the method call, will contain the current playback position expressed in milliseconds. |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred (see the LastError property for further error details) |
enumWanErrorCodes.ERR_WAN_NOERROR (0) |
The method call was successful |