FLImaging 7.8.25.3
C_FLImaging_Devices_DefinitionsCamera.h
1#pragma once
2
3
4#ifdef __cplusplus
5extern "C"
6{
7#endif
8
9 typedef size_t __H_FLImaging_Devices_CDeviceCameraBase;
10
11 typedef void(__cdecl* fnt__C_FLImaging_Devices_CameraCallbackProcedure)(const __H_FLImaging_Devices_CDeviceCameraBase hCameraBase, const __H_FLImaging_Base_CFLImage hFLImage);
12
13
14
15#ifdef __cplusplus
16}
17#endif