Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 856 Bytes

File metadata and controls

38 lines (31 loc) · 856 Bytes
title description ms.date ms.topic f1_keywords helpviewer_keywords author ms.author manager ms.subservice
CvLeaveSpan Function
See reference information for the Concurrency Visualizer SDK function CvLeaveSpan (C library).
11/04/2016
reference
cvmarkers/CvLeaveSpan
CvLeaveSpan method
mikejo5000
mikejo
mijacobs
debug-diagnostics

CvLeaveSpan function

Marks the end of span.

Syntax

HRESULT CvLeaveSpan(
   _In_ PCV_SPAN pSpan
);

Parameters

pSpan Span object returned by previous call to CvEnterSpan*. Cannot be NULL.

Return Value

S_OK when the message is successfully written. Error code in case there were any errors. Use SUCCEEDED/FAILED macros to check for error condition.

Requirements

Header: cvmarkers.h

See also