Share via


CvLeaveSpan Function

Marks the end of span.

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

Concepts

C++ Library Reference