CvCreateDefaultMarkerSeriesOfDefaultProvider function

Applies to: yesVisual Studio noVisual Studio for Mac

Note

This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

Creates default marker series of a default provider.

Syntax

HRESULT CvCreateDefaultMarkerSeriesOfDefaultProvider(
   _Out_ PCV_PROVIDER* ppProvider,
   _Out_ PCV_MARKERSERIES* ppMarkerSeries
);

Parameters

ppProvider Address of provider object variable. Address cannot be NULL, the variable can have any value.

ppMarkerSeries Address of marker series object variable. Address cannot be NULL, the variable can have any value.

Return value

S_OK when both provider and marker series are successfully created or error code in case there were any errors. Use SUCCEEDED/FAILED macros to check for error condition.

Requirements

Header: cvmarkers.h

See also