VirtualBox

Changeset 36597 in vbox for trunk/src/VBox/Runtime/include


Ignore:
Timestamp:
Apr 6, 2011 7:46:15 PM (14 years ago)
Author:
vboxsync
Message:

IPRT: Implemented the memory tracker.

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  
    4444int rtFileRecalcAndValidateFlags(uint32_t *pfOpen);
    4545
     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 */
     56RTFILE rtFileGetStandard(RTHANDLESTD enmStdHandle);
     57
    4658RT_C_DECLS_END
    4759
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