FIXME("Requesting position %x%08x beyond end of stream %x%08x\n",(DWORD)(newpos>>32),(DWORD)newpos,(DWORD)(This->duration>>32),(DWORD)This->duration);
returnE_INVALIDARG;
}
if(This->position/1000000==newpos/1000000)
{
FIXME("Requesting position %x%08x same as current position %x%08x\n",(DWORD)(newpos>>32),(DWORD)newpos,(DWORD)(This->position>>32),(DWORD)This->position);