Changeset 3553
- Timestamp:
- Aug 26, 2007, 8:44:02 AM (18 years ago)
- Location:
- trunk/kStuff/include/k
- Files:
-
- 10 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kStuff/include/k/kDbg.h
r3550 r3553 159 159 typedef struct KDBGSYMBOL 160 160 { 161 /** The adddress of this symbol in the relevant space. 162 * This is NIL_KDBGADDR unless the information was 163 * returned by a kDbgSpace API. */ 164 KDBGADDR Address; 161 165 /** The relative virtual address. */ 162 166 KDBGADDR RVA; … … 170 174 /** The symbol flags. */ 171 175 KU32 fFlags; 172 /** @todo type info ?*/176 /** @todo type info. */ 173 177 /** The actual size of this structure. */ 174 178 KU16 cbSelf;
Note:
See TracChangeset
for help on using the changeset viewer.