IInternetProtocol::SeekIInternetProtocol::Seek*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IInternetProtocol::Read
*Next Topic: IInternetProtocol::UnlockRequest

IInternetProtocol::Seek

HRESULT Seek(
    [in] LARGE_INTEGER dlibMove,
    [in] DWORD dwOrigin,
    [out] ULARGE_INTEGER *plibNewPosition
);

Moves the current seek offset.

dlibMove
Large integer value that indicates how far to move the offset.
dwOrigin
DWORD value that indicates where the move should begin.
plibNewPosition
Address of an unsigned long integer value that indicates the new offset.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.