Lines Matching refs:newPosition
244 UInt64 *newPosition)
263 if (newPosition)
264 *newPosition = newVirtPos;
276 if (newPosition != NULL)
277 *newPosition = realNewPosition;
285 if (newPosition != NULL)
286 *newPosition = (UInt64)res;
332 STDMETHODIMP COutFileStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition)
340 if (newPosition != NULL)
341 *newPosition = realNewPosition;
349 if (newPosition != NULL)
350 *newPosition = (UInt64)res;