mstxRangeEnd

Function Description

Marks the end position of the mstx range capability.

Function Prototype

C/C++ function prototype:

void mstxRangeEnd(mstxRangeId id)

Python function:

mstx.range_end(range_id)

Parameters

Table 1 Parameters

Parameter

Input/Output

Description

id (C/C++)

Input

(For C/C++) ID returned by mstxRangeStartA.

range_id (Python)

Input

(For Python) Range ID returned by mstx.range_start.

Returns

If 0 is returned, the operation fails.

Calling Example

C/C++ calling: mstxRangeEnd needs to be used together with mstxRangeStartA. For the example, see C/C++ calling.

Python calling: mstx.range_end must be used together with mstx.range_start. For the example, see Python calling method.