|
142 | 142 | </ReturnValue>
|
143 | 143 | <MemberValue>4</MemberValue>
|
144 | 144 | <Docs>
|
145 |
| - <summary>Allows subsequent deleting of a file.</summary> |
| 145 | + <summary>Allows the file to be deleted by this process or other processes. The file can be deleted while it remains open.</summary> |
146 | 146 | </Docs>
|
147 | 147 | </Member>
|
148 | 148 | <Member MemberName="Inheritable">
|
|
277 | 277 | </ReturnValue>
|
278 | 278 | <MemberValue>1</MemberValue>
|
279 | 279 | <Docs>
|
280 |
| - <summary>Allows subsequent opening of the file for reading. If this flag is not specified, any request to open the file for reading (by this process or another process) will fail until the file is closed. However, even if this flag is specified, additional permissions might still be needed to access the file.</summary> |
| 280 | + <summary>Allows the file to be opened for reading by this process or other processes. If this flag is not specified, any request to open the file for reading (by this process or another process) will fail until the file is closed. However, even if this flag is specified, additional permissions might still be needed to access the file.</summary> |
281 | 281 | </Docs>
|
282 | 282 | </Member>
|
283 | 283 | <Member MemberName="ReadWrite">
|
|
322 | 322 | </ReturnValue>
|
323 | 323 | <MemberValue>3</MemberValue>
|
324 | 324 | <Docs>
|
325 |
| - <summary>Allows subsequent opening of the file for reading or writing. If this flag is not specified, any request to open the file for reading or writing (by this process or another process) will fail until the file is closed. However, even if this flag is specified, additional permissions might still be needed to access the file.</summary> |
| 325 | + <summary>Allows the file to be opened for reading or writing by this process or other processes. If this flag is not specified, any request to open the file for reading or writing (by this process or another process) will fail until the file is closed. However, even if this flag is specified, additional permissions might still be needed to access the file.</summary> |
326 | 326 | </Docs>
|
327 | 327 | </Member>
|
328 | 328 | <Member MemberName="Write">
|
|
367 | 367 | </ReturnValue>
|
368 | 368 | <MemberValue>2</MemberValue>
|
369 | 369 | <Docs>
|
370 |
| - <summary>Allows subsequent opening of the file for writing. If this flag is not specified, any request to open the file for writing (by this process or another process) will fail until the file is closed. However, even if this flag is specified, additional permissions might still be needed to access the file.</summary> |
| 370 | + <summary>Allows the file to be opened for writing by this process or other processes. If this flag is not specified, any request to open the file for writing (by this process or another process) will fail until the file is closed. However, even if this flag is specified, additional permissions might still be needed to access the file.</summary> |
371 | 371 | </Docs>
|
372 | 372 | </Member>
|
373 | 373 | </Members>
|
|
0 commit comments