Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C callable function
Message
From
07/08/2002 07:41:16
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00686637
Message ID:
00686950
Views:
45
Hi Larry,

In the VB there are two more statements. I tried to run it a got "cannot find entry point OIAorder_status in the dll"

Thanks for your help Larry.

Steve


***
Public POrderStatusA As POrderStatus
***

***
Public Type POrderStatus
OrderID As String * 20
operation As String * 1
ImageFile As String * 260
Orig As String * 5
Media As String * 2
State As String * 1
Status As String * 5
Priority As String * 1
targsvr As String * 4
targline As String * 2
outputsvr As String * 4
OutputLine As String * 2
dupswanted As String * 5
dupsdone As String * 5
tsinit As String * 14
tsread As String * 14
tsdone As String * 14
Percent As String * 1
spare As String * 300
End Type
***


>****************************************
>Public Declare Function OIAorder_status Lib _
> "oi_api" _
> Alias "#14" _
> (ByVal hImgHdl As Long, _
> ByVal OrderID As String, _
> POrderStatusA As POrderStatus) _
> As Long
Steven Ellis
steve@ellisconnection.com
617 680-5997
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform