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.

34 lines
517 B

  1. /*++
  2. Copyright (c) 1992 Microsoft Corporation
  3. Module Name:
  4. analysis.h
  5. Abstract:
  6. This module contains interfaces and structures exported by the analysis
  7. module.
  8. Author:
  9. Dave Hastings (daveh) creation-date 26-Jun-1995
  10. Revision History:
  11. --*/
  12. #ifndef _ANALYSIS_H_
  13. #define _ANALYSIS_H_
  14. ULONG
  15. GetInstructionStream(
  16. PINSTRUCTION InstructionStream,
  17. PULONG NumberOfInstructions,
  18. PVOID pIntelInstruction,
  19. PVOID pLastIntelInstruction
  20. );
  21. #endif