VirtualBox

Changeset 21801 in vbox for trunk/include


Ignore:
Timestamp:
Jul 26, 2009 5:45:31 PM (16 years ago)
Author:
vboxsync
Message:

IPRT: Clearified RTFileReadAll*.

File:
1 edited

Legend:

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

    r21616 r21801  
    722722 * @param   pszFilename     The name of the file.
    723723 * @param   ppvFile         Where to store the pointer to the memory on successful return.
    724  * @param   pcbFile         Where to store the size of the file on successful return.
     724 * @param   pcbFile         Where to store the size of the returned memory.
    725725 *
    726726 * @remarks Note that this function may be implemented using memory mapping, which means
     
    745745 * @param   fFlags          See RTFILE_RDALL_*.
    746746 * @param   ppvFile         Where to store the pointer to the memory on successful return.
    747  * @param   pcbFile         Where to store the size of the file on successful return.
     747 * @param   pcbFile         Where to store the size of the returned memory.
    748748 *
    749749 * @remarks See the remarks for RTFileReadAll.
     
    759759 * @param   File            The handle to the file.
    760760 * @param   ppvFile         Where to store the pointer to the memory on successful return.
    761  * @param   pcbFile         Where to store the size of the file on successful return.
     761 * @param   pcbFile         Where to store the size of the returned memory.
    762762 *
    763763 * @remarks See the remarks for RTFileReadAll.
     
    777777 * @param   fFlags          See RTFILE_RDALL_*.
    778778 * @param   ppvFile         Where to store the pointer to the memory on successful return.
    779  * @param   pcbFile         Where to store the size of the file on successful return.
     779 * @param   pcbFile         Where to store the size of the returned memory.
    780780 *
    781781 * @remarks See the remarks for RTFileReadAll.
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