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.
- Returns S_OK if successful, or E_FAIL if the protocol does not support seekable data retrieval.
- 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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.