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 |
|
|
ba1863ad-e35f-4d34-a2f2-5e68957d1915 |
mikejo5000 |
mikejo |
jillfra |
|
Initializes marker provider. Must be called before any other Concurrency Visualizer SDK functions.
HRESULT CvInitProvider(
_In_ const GUID* pGuid,
_Out_ PCV_PROVIDER* ppProvider
);
pGuid
Provider guid. Cannot be NULL.
ppProvider
Address of an output variable which will store provider context. Cannot be NULL.
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.
Header: cvmarkers.h