[id(DISPID_Position),propget,helpstring("Returns/sets playback position within the current item. Position is a relative value ranging from 0.0 to 1.0.")]
[id(DISPID_Position),propget,helpstring("Returns/sets playback position within the current item. Position is a relative value ranging from 0.0 to 1.0.")]
HRESULTPosition([out,retval]float*position);
[id(DISPID_Position),propput,helpstring("Returns/sets playback position within the current item. Position is a relative value ranging from 0.0 to 1.0.")]
[id(DISPID_Position),propput,helpstring("Returns/sets playback position within the current item. Position is a relative value ranging from 0.0 to 1.0.")]
HRESULTPosition([in]floatposition);
[id(DISPID_Time),propget,helpstring("Returns/sets playback time relative to the start of the current item.")]