Changeset 33973 in vbox for trunk/include/iprt/handle.h
- Timestamp:
- Nov 11, 2010 11:10:10 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/handle.h
r28800 r33973 47 47 RTDECL(int) RTHandleClose(PRTHANDLE ph); 48 48 49 /** 50 * Gets one of the standard handles. 51 * 52 * @returns IPRT status code. 53 * @param enmStdHandle The standard handle. 54 * @param ph Pointer to the generic handle. This will contain 55 * the most appropriate IPRT handle on success. 56 */ 57 RTDECL(int) RTHandleGetStandard(RTHANDLESTD enmStdHandle, PRTHANDLE ph); 58 49 59 /** @} */ 50 60
Note:
See TracChangeset
for help on using the changeset viewer.