Changeset 75930 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Dec 3, 2018 11:10:11 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.cpp
r75929 r75930 851 851 * 852 852 * @return IPRT status code. 853 * @param pszDir Directory (path) to ouptut. 854 * @param fFlags Flags of type VBOXSERVICETOOLBOXLSFLAG. 855 * @param fOutputFlags Flags of type VBOXSERVICETOOLBOXOUTPUTFLAG. 853 * @param pszDir Directory (path) to ouptut. 854 * @param fFlags Flags of type VBOXSERVICETOOLBOXLSFLAG. 855 * @param fOutputFlags Flags of type VBOXSERVICETOOLBOXOUTPUTFLAG. 856 * @param pIdCache The ID cache. 856 857 */ 857 858 static int vgsvcToolboxLsHandleDir(const char *pszDir, uint32_t fFlags, uint32_t fOutputFlags, PVGSVCTOOLBOXIDCACHE pIdCache)
Note:
See TracChangeset
for help on using the changeset viewer.