mstxRangeEnd
Prototype
C/C++ function prototype: void mstxRangeEnd(mstxRangeId id)
Description
End position of the mstx range capability.
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
id (C/C++) |
Input |
ID returned by mstxRangeStartA (C/C++). |
Returns
If 0 is returned, the operation fails.
Example
C/C++ calling: mstxRangeEnd needs to be used together with mstxRangeStartA. For details, see C/C++ calling.
Parent topic: msProf External APIs