Module1

C:\Documents and Settings\holmmg\Desktop\Mike (working copy)\Stub Programs\Dump Tests - Done\dispic.bas
File saved: 4/18/2006 7:17:38 PM
Generated: 4/23/2006 7:22:29 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