Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 995 Bytes

cvinitprovider-function.md

File metadata and controls

42 lines (35 loc) · 995 Bytes
title ms.date ms.topic f1_keywords helpviewer_keywords ms.assetid author ms.author manager ms.workload
CvInitProvider Function | Microsoft Docs
11/04/2016
reference
cvmarkers/CvInitProvider
CvInitProvider method
ba1863ad-e35f-4d34-a2f2-5e68957d1915
mikejo5000
mikejo
jillfra
multiple

CvInitProvider function

Initializes marker provider. Must be called before any other Concurrency Visualizer SDK functions.

Syntax

HRESULT CvInitProvider(
   _In_ const GUID* pGuid,
   _Out_ PCV_PROVIDER* ppProvider
);

Parameters

pGuid Provider guid. Cannot be NULL.

ppProvider Address of an output variable which will store provider context. Cannot be NULL.

Return value

S_OK when provider is successfully initialized or error code in case there were any errors. Use SUCCEEDED/FAILED macros to check for error condition.

Requirements

Header: cvmarkers.h

See also