Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
238 B

  1. #ifndef _SPLDLOAD_H_
  2. #define _SPLDLOAD_H_
  3. EXTERN_C
  4. FARPROC
  5. WINAPI
  6. DelayLoadFailureHook(
  7. IN UINT unReason,
  8. IN PDelayLoadInfo pDelayInfo
  9. );
  10. FARPROC
  11. LookupHandler(
  12. IN PDelayLoadInfo pDelayInfo
  13. );
  14. #endif