Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.3 KB

cor-prf-function-argument-range-structure.md

File metadata and controls

51 lines (39 loc) · 1.3 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: COR_PRF_FUNCTION_ARGUMENT_RANGE Structure
COR_PRF_FUNCTION_ARGUMENT_RANGE Structure
03/30/2017
COR_PRF_FUNCTION_ARGUMENT_RANGE
mscorwks.dll
COM
COR_PRF_FUNCTION_ARGUMENT_RANGE
COR_PRF_FUNCTION_ARGUMENT_RANGE structure [.NET Framework profiling'
9f469eac-ac66-419b-8668-fe705bc1a51f
apiref

COR_PRF_FUNCTION_ARGUMENT_RANGE Structure

Represents a block of function arguments stored contiguously in left-to-right order in memory.

Syntax

typedef struct _COR_PRF_FUNCTION_ARGUMENT_RANGE {  
    UINT_PTR startAddress;  
    ULONG length;  
} COR_PRF_FUNCTION_ARGUMENT_RANGE;  

Members

Members Description
startAddress The starting address of the block.
length The length of the contiguous block.

Requirements

Platforms: See System Requirements.

Header: CorProf.idl

Library: CorGuids.lib

.NET Framework Versions: [!INCLUDEnet_current_v20plus]

See also