ReactOS 0.4.16-dev-205-g7b2bb7e
|
Public Types | |
enum | { NS_SEEK_SET = 0 , NS_SEEK_CUR = 1 , NS_SEEK_END = 2 } |
Public Member Functions | |
nsresult | Seek (int32_t whence, int64_t offset) |
nsresult | Tell (int64_t *_retval) |
nsresult | SetEOF () |
Public Member Functions inherited from nsISupports | |
nsresult | QueryInterface (nsIIDRef riid, void **result) |
nsrefcnt | AddRef () |
nsrefcnt | Release () |
Definition at line 386 of file nsiface.idl.
anonymous enum |
Enumerator | |
---|---|
NS_SEEK_SET | |
NS_SEEK_CUR | |
NS_SEEK_END |
Definition at line 388 of file nsiface.idl.
nsresult nsISeekableStream::SetEOF | ( | ) |