VirtualBox

Changeset 8924 in vbox for trunk/include/iprt/types.h


Ignore:
Timestamp:
May 19, 2008 3:55:12 PM (17 years ago)
Author:
vboxsync
Message:

RTFOFF_MAX & RTFOFF_MIN.

File:
1 edited

Legend:

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

    r8616 r8924  
    407407/** Pointer to a file offset / size. */
    408408typedef RTFOFF         *PRTFOFF;
     409/** The max value for RTFOFF. */
     410#define RTFOFF_MAX      INT64_MAX
     411/** The min value for RTFOFF. */
     412#define RTFOFF_MIN      INT64_MIN
    409413
    410414/** File mode (see iprt/fs.h). */
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