Changeset 132 for trunk/include/helpers/dosh.h
- Timestamp:
- Jan 19, 2002, 11:50:39 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/dosh.h
r131 r132 219 219 ********************************************************************/ 220 220 221 APIRET doshQueryProcAddr(PCSZ pcszModuleName, 222 ULONG ulOrdinal, 223 PFN *ppfn); 224 221 225 /* 222 226 *@@ RESOLVEFUNCTION: … … 233 237 } RESOLVEFUNCTION, *PRESOLVEFUNCTION; 234 238 235 APIRET doshResolveImports(PSZ pszModuleName, 239 typedef const struct _RESOLVEFUNCTION *PCRESOLVEFUNCTION; 240 241 APIRET doshResolveImports(PCSZ pcszModuleName, 236 242 HMODULE *phmod, 237 P RESOLVEFUNCTION paResolves,243 PCRESOLVEFUNCTION paResolves, 238 244 ULONG cResolves); 239 245 … … 694 700 ********************************************************************/ 695 701 696 BOOL doshMatch( const char *pcszMask,697 const char *pcszName);702 BOOL doshMatch(PCSZ pcszMask, 703 PCSZ pcszName); 698 704 699 705 #endif
Note:
See TracChangeset
for help on using the changeset viewer.