Home | History | Annotate | Download | only in Windows

Lines Matching full:throw

100   bool Close() throw();

102 bool GetPosition(UInt64 &position) const throw();
103 bool GetLength(UInt64 &length) const throw();
105 bool Seek(Int64 distanceToMove, DWORD moveMethod, UInt64 &newPosition) const throw();
106 bool Seek(UInt64 position, UInt64 &newPosition) const throw();
107 bool SeekToBegin() const throw();
108 bool SeekToEnd(UInt64 &newPosition) const throw();
178 bool Read1(void *data, UInt32 size, UInt32 &processedSize) throw();
179 bool ReadPart(void *data, UInt32 size, UInt32 &processedSize) throw();
180 bool Read(void *data, UInt32 size, UInt32 &processedSize) throw();
191 bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) throw();
192 bool SetMTime(const FILETIME *mTime) throw();
193 bool WritePart(const void *data, UInt32 size, UInt32 &processedSize) throw();
194 bool Write(const void *data, UInt32 size, UInt32 &processedSize) throw();
195 bool SetEndOfFile() throw();
196 bool SetLength(UInt64 length) throw();