home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / CMCD1004.ISO / Software / Shareware / Utilitare / pec / pec2setup.exe / pec2hooks / pec2hooks.h < prev    next >
Encoding:
C/C++ Source or Header  |  2004-06-30  |  321 b   |  14 lines

  1.  
  2. #define PEC2_HOOKS_FLAG_MANDATE_LAST_IN_ORDER 1
  3. #define PEC2_HOOKS_VERSION 2
  4.  
  5.  
  6. typedef struct _HOOK_DATA_INFO
  7. {
  8.     WORD dwVersion;
  9.     WORD dwStructSize;
  10.     DWORD dwOffsetInitialize;
  11.     DWORD dwOffsetInitializeEx;
  12.     DWORD dwOffetLoadLibraryA;
  13.     DWORD dwOffsetGetProcAddressWithHint;
  14. } HOOK_DATA_INFO, *PHOOK_DATA_INFO;