Changeset 47783 in vbox for trunk/include/iprt
- Timestamp:
- Aug 16, 2013 8:37:29 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/file.h
r47762 r47783 604 604 * compatible flags, which then can be used with RTFileOpen* APIs. 605 605 * 606 * Note: Handling sharing modes is not supported yet, so RTFILE_O_DENY_NONE 607 * will be used by default. 608 * 606 609 * @return IPRT status code. 607 610 * @param pszMode Mode string to convert. … … 629 632 * 630 633 * Sharing modes: 631 * Not implemented yet. 634 * Not implemented yet. RTFILE_O_DENY_NONE will be 635 * used by default. 632 636 * 633 637 * @return IPRT status code.
Note:
See TracChangeset
for help on using the changeset viewer.