Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the seek pointer.
Syntax
HRESULT Seek(
[in] LONG lOffset,
[in] STREAM_SEEK streamSeek,
[out, retval] LONG *plPosition
);
Parameters
[in] lOffset
The displacement to be added to the ___location indicated by the streamSeek parameter.
[in] streamSeek
The origin for the displacement specified lOffset.
[out, retval] plPosition
The new pointer position.
Return value
This method returns an HRESULT value.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Target Platform | Desktop |
Header | printerextension.h |