Re: What is the equivalent EU expression
- Posted by Jeffrey Fielding <JJProg at CYBERBURY.NET> Mar 15, 2000
- 415 views
It's a pointer, so I believe SQLINTEGER FAR * would just be C_POINTER (and passed as an atom). Jeff Fielding Prasanta Chakraborty wrote: > Hi, > > I am trying to call a C func from EU, the C Func is described as: > SQLAllocHandle(SQLSMALLINT HandleType, SQLINTEGER InputHandle, SQLINTEGER > FAR *OutputHandle); > where SQLINTEGER is of type long. > > What will be the equivalent EU code. > > Regards, > Prasanta.