ReactOS 0.4.15-dev-8058-ga7cbb60
nsISeekableStream Interface Reference
Inheritance diagram for nsISeekableStream:
Collaboration diagram for nsISeekableStream:

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 ()
 

Detailed Description

Definition at line 386 of file nsiface.idl.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
NS_SEEK_SET 
NS_SEEK_CUR 
NS_SEEK_END 

Definition at line 388 of file nsiface.idl.

388 {
389 NS_SEEK_SET = 0,
390 NS_SEEK_CUR = 1,
391 NS_SEEK_END = 2
392 };

Member Function Documentation

◆ Seek()

nsresult nsISeekableStream::Seek ( int32_t  whence,
int64_t  offset 
)

◆ SetEOF()

nsresult nsISeekableStream::SetEOF ( )

◆ Tell()

nsresult nsISeekableStream::Tell ( int64_t _retval)

The documentation for this interface was generated from the following file: