PvStart()
Start a Distributed Tuning Interface (DTI) session. This function must be called before any DTI calls are made.
Header File: connect.h (See also Header Files)
Function First Available In Library: w3dbav75.dll (Windows), libpsqldti.so (Linux), libpsqldti.dylib (OS X) (See also Link Libraries)
Syntax
BTI_SINT PvStart(BTI_LONG reserved);
Arguments
 
Return Values
 
Remarks
This function performs initialization and binds resources for DTI.
Example
BTI_SINT status = 0;
 
status = PvStart(0);
// invoke multiple DTI calls
status = PvStop (0);
See Also
PvStop()