Pleora Technologies Inc. eBUS SDK v5.1.10.4642 API



PvBase.h
1 // *****************************************************************************
2 //
3 // Copyright (c) 2007, Pleora Technologies Inc., All rights reserved.
4 //
5 // *****************************************************************************
6 
7 #ifndef __PVBASE_H__
8 #define __PVBASE_H__
9 
10 #include <PvBaseLib.h>
11 #include <PvResult.h>
12 
13 #ifdef WIN32
14 PV_BASE_API PvResult PvBinariesLocation( PvString &aLocation );
15 #endif
16 
17 PV_BASE_API void PvExtensionActivate( const PvString &aName );
18 PV_BASE_API void PvExtensionDisable( const PvString &aName );
19 PV_BASE_API bool PvExtensionQuery( const PvString &aName );
20 
21 #endif
String class.
Definition: PvString.h:21
Result information.
Definition: PvResult.h:13

Copyright (c) 2002-2018 Pleora Technologies Inc.
www.pleora.com