Changeset 42385 in vbox for trunk/include/VBox/com
- Timestamp:
- Jul 25, 2012 11:52:31 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/com.h
r41040 r42385 73 73 * this method will return VERR_BUFFER_OVERFLOW. 74 74 * 75 * @param aDir Buffer to store the directory string in UTF-8 encoding. 76 * @param aDirLen Length of the supplied buffer including space for the 77 * terminating null character, in bytes. 78 * @return VBox status code. 75 * @param aDir Buffer to store the directory string in UTF-8 encoding. 76 * @param aDirLen Length of the supplied buffer including space for the 77 * terminating null character, in bytes. 78 * @param fCreateDir Flag whether to create the returned directory on success if it 79 * doesn't exist. 80 * @return VBox status code. 79 81 */ 80 int GetVBoxUserHomeDirectory(char *aDir, size_t aDirLen );82 int GetVBoxUserHomeDirectory(char *aDir, size_t aDirLen, bool fCreateDir = true); 81 83 82 84 /**
Note:
See TracChangeset
for help on using the changeset viewer.