The MediaServer_OnClientStride event is fired when a client player fast-forwards or rewinds a title.
Syntax
MediaServer_OnClientStride( datetime, status, clientid, filename )
Parameters
datetime
A Date value specifying the GMT time when fast-forward or rewind was activated.
status
A Long value specifying the result passed back to the method that triggered this event.
clientid
A Long value specifying the client ID. The value corresponds to that obtainable from the Id property of a Client object (implementing the IMSrvClient interface.)
filename
A String value specifying the title the client was playing.
© 1996-1998 Microsoft Corporation. All rights reserved.