Changeset 36597 in vbox for trunk/src/VBox/Runtime/include
- Timestamp:
- Apr 6, 2011 7:46:15 PM (14 years ago)
- Location:
- trunk/src/VBox/Runtime/include/internal
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/file.h
r28800 r36597 44 44 int rtFileRecalcAndValidateFlags(uint32_t *pfOpen); 45 45 46 47 /** 48 * Internal interface for getting the RTFILE handle of stdin, stdout or stderr. 49 * 50 * This interface will not be exposed and is purely for internal IPRT use. 51 * 52 * @returns Handle or NIL_RTFILE. 53 * 54 * @param enmStdHandle The standard handle. 55 */ 56 RTFILE rtFileGetStandard(RTHANDLESTD enmStdHandle); 57 46 58 RT_C_DECLS_END 47 59
Note:
See TracChangeset
for help on using the changeset viewer.