VirtualBox
Show
Ignore:
Timestamp:
10/08/08 14:27:23 (1 month ago)
Author:
vboxsync
Message:

more accurate docs. restored the 64-bit warning.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 */ 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy