- Timestamp:
- Jul 20, 2008 2:15:39 AM (16 years ago)
- Location:
- trunk/include/iprt
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/types.h
r9531 r10765 909 909 /** Pointer to a const raw mode context pointer. */ 910 910 typedef const RTRCPTR *PCRTRCPTR; 911 /** @def NIL_RTGCPTR 911 /** @def NIL_RTGCPTR 912 912 * NIL RC pointer. 913 913 */ 914 914 #define NIL_RTRCPTR ((RTRCPTR)0) 915 915 916 /** @def RTRCPTR_MAX 916 /** @def RTRCPTR_MAX 917 917 * The maximum value a RTRCPTR can have. Mostly used as INVALID value. 918 918 */ … … 1130 1130 /** Pointer to a const CPU set. */ 1131 1131 typedef RTCPUSET const *PCRTCPUSET; 1132 1133 /** A handle table handle. */ 1134 typedef struct RTHANDLETABLEINT *RTHANDLETABLE; 1135 /** A pointer to a handle table handle. */ 1136 typedef RTHANDLETABLE *PRTHANDLETABLE; 1137 /** @def NIL_RTHANDLETABLE 1138 * NIL handle table handle. */ 1139 #define NIL_RTHANDLETABLE ((RTHANDLETABLE)0) 1132 1140 1133 1141
Note:
See TracChangeset
for help on using the changeset viewer.