VirtualBox

Changeset 13075 in vbox


Ignore:
Timestamp:
Oct 8, 2008 12:27:23 PM (16 years ago)
Author:
vboxsync
Message:

more accurate docs. restored the 64-bit warning.

File:
1 edited

Legend:

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

    r13064 r13075  
    207207 * @param   pfnFunction     Pointer to the function to call.
    208208 * @param   cArgs           Number of arguments following in the ellipsis.
    209  *                          Arguments may not be wider than the host pointer size!
     209 *                          The arguments must be of integer or pointer type and
     210 *                          not bigger in size than uintptr_t. Do not try pass
     211 *                          64-bit integers directly in portable code.
    210212 * @param   ...             Function arguments.
    211213 */
     
    233235 * @param   pfnFunction     Pointer to the function to call.
    234236 * @param   cArgs           Number of arguments following in the ellipsis.
    235  *                          Arguments may not be wider than the host pointer size!
     237 *                          The arguments must be of integer or pointer type and
     238 *                          not bigger in size than uintptr_t. Do not try pass
     239 *                          64-bit integers directly in portable code.
    236240 * @param   ...             Function arguments.
    237241 */
     
    261265 * @param   pfnFunction     Pointer to the function to call.
    262266 * @param   cArgs           Number of arguments following in the ellipsis.
    263  *                          Arguments may not be wider than the host pointer size!
     267 *                          The arguments must be of integer or pointer type and
     268 *                          not bigger in size than uintptr_t. Do not try pass
     269 *                          64-bit integers directly in portable code.
    264270 * @param   ...             Function arguments.
    265271 */
     
    289295 * @param   pfnFunction     Pointer to the function to call.
    290296 * @param   cArgs           Number of arguments following in the ellipsis.
    291  *                          Arguments may not be wider than the host pointer size!
     297 *                          The arguments must be of integer or pointer type and
     298 *                          not bigger in size than uintptr_t. Do not try pass
     299 *                          64-bit integers directly in portable code.
    292300 * @param   Args            Variable argument vector.
    293301 */
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