ICP DAS USA IM-100 ユーザーズマニュアル

ページ / 109
IMC_Shutter_Get 
Syntax: 
Visual C++ 6.0 / Boland C++ Builder 6.0: 
short IMC_Shutter_Get ( HANDLE Camera_Handle, int* pShutterValue); 
Visual Basic 6.0 
IMC_Shutter_Get (ByVal Camera_Handle As Long, ByRef    pShutterValue As Long) As 
tting of Sh
Parameters: 
Camera_Handle 
The handle for MAVIS camera, use the handle gotten from the 
pHandle’ parameter of IMC_Camera_Init(). 
pShutterValue 
The pointer to integer that contains the Shutter-Time value 
(Timing unit in microsecond) 
 
Return: 
ERROR_SUCCESSFUL Successfully 
ERROR_CAMERA_CREATE 
The Camera_Handle is NULL. 
ERROR_DEVICE_UNINIT 
The specific camera has not been initialized. 
ERROR_INVALID_CAMERA 
The handle is invalid. 
 
Integer 
C#.NET 2003 
Mavis.IMC_Shutter_Get( IntPtr Camera_Handle, IntPtr pShutterValue ); 
 
 
Description: 
This function gets the current se
utter Time. The camera needs b
initialized with IMC_Camera_Init(). 
 
 - 
69