VirtualBox

Changeset 10765 in vbox for trunk


Ignore:
Timestamp:
Jul 20, 2008 2:15:39 AM (16 years ago)
Author:
vboxsync
Message:

Spec'ed out the RTHandleTable API.

Location:
trunk/include/iprt
Files:
1 added
1 edited

Legend:

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

    r9531 r10765  
    909909/** Pointer to a const raw mode context pointer. */
    910910typedef const RTRCPTR  *PCRTRCPTR;
    911 /** @def NIL_RTGCPTR 
     911/** @def NIL_RTGCPTR
    912912 * NIL RC pointer.
    913913 */
    914914#define NIL_RTRCPTR    ((RTRCPTR)0)
    915915
    916 /** @def RTRCPTR_MAX 
     916/** @def RTRCPTR_MAX
    917917 * The maximum value a RTRCPTR can have. Mostly used as INVALID value.
    918918 */
     
    11301130/** Pointer to a const CPU set. */
    11311131typedef RTCPUSET const                             *PCRTCPUSET;
     1132
     1133/** A handle table handle. */
     1134typedef struct RTHANDLETABLEINT                    *RTHANDLETABLE;
     1135/** A pointer to a handle table handle. */
     1136typedef RTHANDLETABLE                              *PRTHANDLETABLE;
     1137/** @def NIL_RTHANDLETABLE
     1138 * NIL handle table handle. */
     1139#define NIL_RTHANDLETABLE                           ((RTHANDLETABLE)0)
    11321140
    11331141
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