VirtualBox

Changeset 33973 in vbox for trunk/include/iprt/handle.h


Ignore:
Timestamp:
Nov 11, 2010 11:10:10 AM (14 years ago)
Author:
vboxsync
Message:

vfs: the gunzip stream works, except for some double frees somewhere.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/handle.h

    r28800 r33973  
    4747RTDECL(int) RTHandleClose(PRTHANDLE ph);
    4848
     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 */
     57RTDECL(int) RTHandleGetStandard(RTHANDLESTD enmStdHandle, PRTHANDLE ph);
     58
    4959/** @} */
    5060
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette