Changeset 41
- Timestamp:
- May 7, 2023, 9:38:20 PM (2 years ago)
- Location:
- trunk
- Files:
-
- 2 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 -
trunk/mediafolder/c/helper/except.cpp
r2 r41 134 134 ULONG *pOffset, 135 135 PVOID Address ); 136 APIRET APIENTRY DosQueryModFromEIP( HMODULE *phMod,136 /*APIRET APIENTRY DosQueryModFromEIP( HMODULE *phMod, 137 137 ULONG *pObjNum, 138 138 ULONG BuffLen, 139 139 PCHAR pBuff, 140 140 ULONG *pOffset, 141 PVOID Address ); 141 PVOID Address );*/ 142 142 143 143 /*-------------------------------------*/ … … 203 203 }qsGrec_t; 204 204 205 #define PADSHORT USHORT pad_sh 206 #define PADCHAR UCHAR pad_ch 207 205 208 /* Thread Record structure * Holds all per thread information. */ 206 209 typedef struct qsTrec_s { … … 214 217 ULONG usertime; /* thread user time */ 215 218 UCHAR state; /* thread state */ 216 UCHARPADCHAR;217 USHORTPADSHORT;219 PADCHAR; 220 PADSHORT; 218 221 } qsTrec_t; 219 222
Note:
See TracChangeset
for help on using the changeset viewer.