How do I use the following VB declaration in PHP?
'Declare Inp and Out for port I/O Public Declare Function Inp Lib "inpOut32.dll" _ Alias "Inp32" (ByVal PortAddress As Integer) As Byte Public Declare Sub Out Lib "inpOut32.dll" _ Alias "Out32" (ByVal PortAddress As Integer, ByVal Value As Byte) Data=Inp(&H378) Out(&H378) Thanks Mauritz [Non-text portions of this message have been removed] Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
