[#BufferedFile-SetPos] = xref:BufferedFile.adoc[BufferedFile]::SetPos :relfileprefix: ../ :mrdocs: rewind to a given reading position == Synopsis Declared in `<streams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool SetPos(uint64_t nPos); ---- == Return Value True if the position was set exactly, false if it was clamped to the reachable range. == Parameters [cols="1,4"] |=== | Name| Description | *nPos* | Absolute stream position to move the read pointer to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#