windows-nt/Source/XPSP1/NT/base/wow64/mscpu/inc/analysis.h

35 lines
483 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
Copyright (c) 1992 Microsoft Corporation
Module Name:
analysis.h
Abstract:
This module contains interfaces and structures exported by the analysis
module.
Author:
Dave Hastings (daveh) creation-date 26-Jun-1995
Revision History:
--*/
#ifndef _ANALYSIS_H_
#define _ANALYSIS_H_
ULONG
GetInstructionStream(
PINSTRUCTION InstructionStream,
PULONG NumberOfInstructions,
PVOID pIntelInstruction,
PVOID pLastIntelInstruction
);
#endif