RTSSUtilities.h
Go to the documentation of this file.
00001 //-----------------------------------------------------------------------------
00002 //  (c) 2005 by Basler Vision Technologies
00003 //  Section: Vision Components
00004 //  Project: GenICam
00005 //  Author:  Fritz Dierks
00006 //  $Header$
00007 //-----------------------------------------------------------------------------
00013 #ifndef _LOG4CPP_RTSSUTILITIES_H
00014 #define _LOG4CPP_RTSSUTILITIES_H
00015 
00016 #include <string>
00017 #if defined (_MSC_VER)
00018 #include <Windows.h>
00019 #endif
00020 
00021 #if defined(UNDER_RTSS)
00022 
00023 WINBASEAPI BOOL WINAPI DuplicateHandle(
00024    _In_   HANDLE hSourceProcessHandle,
00025    _In_   HANDLE hSourceHandle,
00026    _In_   HANDLE hTargetProcessHandle,
00027    _Out_  LPHANDLE lpTargetHandle,
00028    _In_   DWORD dwDesiredAccess,
00029    _In_   BOOL bInheritHandle,
00030    _In_   DWORD dwOptions
00031    );
00032 
00033 WINBASEAPI BOOL WINAPI MoveFileExW(
00034    _In_     LPCWSTR lpExistingFileName,
00035    _In_opt_ LPCWSTR lpNewFileName,
00036    _In_     DWORD    dwFlags
00037    );
00038 
00039 WINBASEAPI BOOL WINAPI MoveFileA(
00040    __in LPCSTR lpExistingFileName,
00041    __in LPCSTR lpNewFileName
00042    );
00043 
00044 #endif // defined(UNDER_RTSS)
00045 
00046 
00047 #endif // _LOG4CPP_UTILITIES_H


rc_genicam_api
Author(s): Heiko Hirschmueller
autogenerated on Thu Jun 6 2019 18:42:47