| 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 |
|
|
mikejo5000 |
mikejo |
mijacobs |
debug-diagnostics |
Marks the end of span.
HRESULT CvLeaveSpan(
_In_ PCV_SPAN pSpan
);pSpan
Span object returned by previous call to CvEnterSpan*. Cannot be NULL.
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.
Header: cvmarkers.h