Lines Matching +full:restricted +full:- +full:rules
147 It sets region of data in output stream that is restricted.
148 For restricted region it's expected (or allowed)
150 Another regions of output stream will be supposed as non-restricted:
151 - The callee usually doesn't flush the data in restricted region.
152 - The callee usually can flush data from non-restricted region after writing.
154 Actual restiction rules depend also from current stream position.
157 operation is not restricted.
186 if (end == (UInt64)(Int64)-1)
188 there is no upper bound for restricted region.
189 So non-restricted region will be [0, begin) in that case
194 - if (begin > end) it return ERROR code (E_FAIL)
195 - S_OK : if no errors.
196 - Also the call of SetRestriction() can initiate the flushing of already written data.