Changeset 41 for trunk/classes/c/c_common/except.c
- Timestamp:
- May 7, 2023, 9:38:20 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/classes/c/c_common/except.c
r2 r41 137 137 ULONG *pOffset, 138 138 PVOID Address ); 139 APIRET APIENTRY DosQueryModFromEIP( HMODULE *phMod,139 /*APIRET APIENTRY DosQueryModFromEIP( HMODULE *phMod, 140 140 ULONG *pObjNum, 141 141 ULONG BuffLen, 142 142 PCHAR pBuff, 143 143 ULONG *pOffset, 144 PVOID Address ); 144 PVOID Address );*/ 145 145 146 146 /*-------------------------------------*/ … … 206 206 }qsGrec_t; 207 207 208 #define PADSHORT USHORT pad_sh 209 #define PADCHAR UCHAR pad_ch 210 208 211 /* Thread Record structure * Holds all per thread information. */ 209 212 typedef struct qsTrec_s { … … 217 220 ULONG usertime; /* thread user time */ 218 221 UCHAR state; /* thread state */ 219 UCHARPADCHAR;220 USHORTPADSHORT;222 PADCHAR; 223 PADSHORT; 221 224 } qsTrec_t; 222 225
Note:
See TracChangeset
for help on using the changeset viewer.