RTSSUtilities.h
Go to the documentation of this file.
1 //-----------------------------------------------------------------------------
2 // (c) 2005 by Basler Vision Technologies
3 // Section: Vision Components
4 // Project: GenICam
5 // Author: Fritz Dierks
6 // $Header$
7 //-----------------------------------------------------------------------------
13 #ifndef _LOG4CPP_RTSSUTILITIES_H
14 #define _LOG4CPP_RTSSUTILITIES_H
15 
16 #include <string>
17 #if defined (_MSC_VER)
18 #include <Windows.h>
19 #endif
20 
21 #if defined(UNDER_RTSS)
22 
23 WINBASEAPI BOOL WINAPI DuplicateHandle(
24  _In_ HANDLE hSourceProcessHandle,
25  _In_ HANDLE hSourceHandle,
26  _In_ HANDLE hTargetProcessHandle,
27  _Out_ LPHANDLE lpTargetHandle,
28  _In_ DWORD dwDesiredAccess,
29  _In_ BOOL bInheritHandle,
30  _In_ DWORD dwOptions
31  );
32 
33 WINBASEAPI BOOL WINAPI MoveFileExW(
34  _In_ LPCWSTR lpExistingFileName,
35  _In_opt_ LPCWSTR lpNewFileName,
36  _In_ DWORD dwFlags
37  );
38 
39 WINBASEAPI BOOL WINAPI MoveFileA(
40  __in LPCSTR lpExistingFileName,
41  __in LPCSTR lpNewFileName
42  );
43 
44 #endif // defined(UNDER_RTSS)
45 
46 
47 #endif // _LOG4CPP_UTILITIES_H


rc_genicam_api
Author(s): Heiko Hirschmueller
autogenerated on Thu Jun 6 2019 19:10:54