Module1

M:\Mike (latest)\Stub Programs\DumpImage\dispic.bas
File saved: 4/18/2006 7:17:38 PM
Generated: 4/30/2006 4:53:27 PM

Table of Contents
Declarations


Attribute VB_Name = "Module1" Table of Contents 'Close port Public Declare Function CAM_ClosePort Lib "C:\CMU.dll" () As Long 'Initialize port and CMUCam Public Declare Function CAM_Init Lib "C:\CMU.dll" (ByVal port As String) As Long 'DumpFrame Public Declare Function CAM_DumpFrame Lib "C:\CMU.dll" (ByVal frame As Long) As Long 'Ping for testing Public Declare Function CAM_Ping Lib "C:\CMU.dll" () As Long