Leaked source code of windows server 2003
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.

28 lines
408 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. findpc.h
  5. Abstract:
  6. This module declares a function to determine the address of the translation
  7. cache within the callstack.
  8. Author:
  9. Barry Bond (barrybo) creation-date 13-May-1996
  10. Revision History:
  11. --*/
  12. ULONG
  13. FindPcInTranslationCache(
  14. PEXCEPTION_POINTERS pExceptionPointers
  15. );