Searched refs:SBSTRM_APPEND (Results 1 – 3 of 3) sorted by relevance
43 #define SBSTRM_APPEND 0x0008 // Append macro71 bool IsAppend() const { return (nMode & SBSTRM_APPEND) != 0; } in IsAppend()
221 nMode = STREAM_WRITE; nFlags |= SBSTRM_APPEND; break; in Open()
675 if( nOp2 & SBSTRM_APPEND ) in StrmOp()
Completed in 20 milliseconds